Home
last modified time | relevance | path

Searched refs:entries_in (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/tools/perf/util/
Dhist.c371 root_in = hists->entries_in; in hists__delete_entry()
603 p = &hists->entries_in->rb_root.rb_node; in hists__findnew_entry()
664 rb_insert_color_cached(&he->rb_node_in, hists->entries_in, leftmost); in hists__findnew_entry()
1659 root = hists->entries_in; in hists__get_rotate_entries_in()
1660 if (++hists->entries_in > &hists->entries_in_array[1]) in hists__get_rotate_entries_in()
1661 hists->entries_in = &hists->entries_in_array[0]; in hists__get_rotate_entries_in()
1952 root = hists->entries_in; in output_resort()
2388 root = hists->entries_in; in hists__add_dummy_entry()
2479 n = hists->entries_in->rb_root.rb_node; in hists__find_entry()
2559 root = leader->entries_in; in hists__match()
[all …]
Dhist.h93 struct rb_root_cached *entries_in; member
/linux-6.6.21/tools/perf/tests/
Dhists_link.c172 root = hists->entries_in; in __validate_match()
224 root = hists->entries_in; in __validate_link()
Dhists_common.c172 root = hists->entries_in; in print_hists_in()
Dhists_cumulate.c140 root_in = hists->entries_in; in del_hist_entries()
Dhists_output.c105 root_in = hists->entries_in; in del_hist_entries()
/linux-6.6.21/tools/perf/
Dbuiltin-diff.c549 root = hists->entries_in; in hists__baseline_only()
601 struct rb_root_cached *root = hists_pair->entries_in; in get_block_pair()
668 struct rb_root_cached *root = hists_base->entries_in; in block_hists_match()
693 root = hists->entries_in; in hists__precompute()
Dbuiltin-kvm.c710 root = kvm_hists.hists.entries_in; in clear_events_cache_stats()