Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/util/
Dhist.c369 root_in = &hists->entries_collapsed; in hists__delete_entry()
1699 ret = hists__collapse_insert_entry(hists, &hists->entries_collapsed, n); in hists__collapse_resort()
1941 &hists->entries_collapsed, in output_resort()
1950 root = &hists->entries_collapsed; in output_resort()
2386 root = &hists->entries_collapsed; in hists__add_dummy_entry()
2477 n = hists->entries_collapsed.rb_root.rb_node; in hists__find_entry()
2552 return hists__match_hierarchy(&leader->entries_collapsed, in hists__match()
2553 &other->entries_collapsed); in hists__match()
2557 root = &leader->entries_collapsed; in hists__match()
2628 &leader->entries_collapsed, in hists__link()
[all …]
Dhist.h95 struct rb_root_cached entries_collapsed; member
/linux-6.6.21/tools/perf/tests/
Dhists_link.c170 root = &hists->entries_collapsed; in __validate_match()
222 root = &hists->entries_collapsed; in __validate_link()
Dhists_common.c170 root = &hists->entries_collapsed; in print_hists_in()
Dhists_cumulate.c138 root_in = &hists->entries_collapsed; in del_hist_entries()
Dhists_output.c103 root_in = &hists->entries_collapsed; in del_hist_entries()
/linux-6.6.21/tools/perf/
Dbuiltin-diff.c547 root = &hists->entries_collapsed; in hists__baseline_only()
691 root = &hists->entries_collapsed; in hists__precompute()
Dbuiltin-kvm.c708 root = &kvm_hists.hists.entries_collapsed; in clear_events_cache_stats()