Searched refs:entries_collapsed (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hist.c | 359 root_in = &hists->entries_collapsed; in hists__delete_entry() 1657 ret = hists__collapse_insert_entry(hists, &hists->entries_collapsed, n); in hists__collapse_resort() 1899 &hists->entries_collapsed, in output_resort() 1908 root = &hists->entries_collapsed; in output_resort() 2334 root = &hists->entries_collapsed; in hists__add_dummy_entry() 2425 n = hists->entries_collapsed.rb_root.rb_node; in hists__find_entry() 2500 return hists__match_hierarchy(&leader->entries_collapsed, in hists__match() 2501 &other->entries_collapsed); in hists__match() 2505 root = &leader->entries_collapsed; in hists__match() 2576 &leader->entries_collapsed, in hists__link() [all...] |
H A D | hist.h | 83 struct rb_root_cached entries_collapsed; member
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.c | 369 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...] |
H A D | hist.h | 95 struct rb_root_cached entries_collapsed; member
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | hists_link.c | 151 root = &hists->entries_collapsed; in __validate_match() 203 root = &hists->entries_collapsed; in __validate_link()
|
H A D | hists_common.c | 170 root = &hists->entries_collapsed; in print_hists_in()
|
H A D | hists_cumulate.c | 134 root_in = &hists->entries_collapsed; in del_hist_entries()
|
H A D | hists_output.c | 100 root_in = &hists->entries_collapsed; in del_hist_entries()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | hists_link.c | 170 root = &hists->entries_collapsed; in __validate_match() 222 root = &hists->entries_collapsed; in __validate_link()
|
H A D | hists_common.c | 170 root = &hists->entries_collapsed; in print_hists_in()
|
H A D | hists_cumulate.c | 138 root_in = &hists->entries_collapsed; in del_hist_entries()
|
H A D | hists_output.c | 103 root_in = &hists->entries_collapsed; in del_hist_entries()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-diff.c | 545 root = &hists->entries_collapsed; in hists__baseline_only() 689 root = &hists->entries_collapsed; in hists__precompute()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-diff.c | 547 root = &hists->entries_collapsed; in hists__baseline_only() 691 root = &hists->entries_collapsed; in hists__precompute()
|
H A D | builtin-kvm.c | 708 root = &kvm_hists.hists.entries_collapsed; in clear_events_cache_stats()
|
Completed in 22 milliseconds