Searched refs:need_collapse (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/tools/perf/tests/ |
| H A D | hists_link.c | 169 if (hists__has(hists, need_collapse)) in __validate_match() 221 if (hists__has(hists, need_collapse)) in __validate_link()
|
| H A D | hists_common.c | 169 if (hists__has(hists, need_collapse)) in print_hists_in()
|
| H A D | hists_cumulate.c | 137 if (hists__has(hists, need_collapse)) in del_hist_entries()
|
| H A D | hists_output.c | 102 if (hists__has(hists, need_collapse)) in del_hist_entries()
|
| /linux-6.15/tools/perf/util/ |
| H A D | hist.c | 390 if (hists__has(hists, need_collapse)) in hists__delete_entry() 1759 if (!hists__has(hists, need_collapse)) in hists__collapse_resort() 2016 if (hists__has(hists, need_collapse)) in output_resort() 2477 if (hists__has(hists, need_collapse)) in hists__add_dummy_entry() 2562 if (hists__has(hists, need_collapse)) in hists__find_entry() 2636 if (hists__has(leader, need_collapse)) in hists__match() 2712 if (hists__has(other, need_collapse)) in hists__link() 2737 if (hists__has(hists, need_collapse)) in hists__unlink()
|
| H A D | hist.h | 504 int need_collapse; member
|
| H A D | sort.c | 3471 list->need_collapse = 1; in __sort_dimension__add() 4166 perf_hpp_list.need_collapse = 0; in reset_output_field()
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-diff.c | 533 if (hists__has(hists, need_collapse)) in hists__baseline_only() 677 if (hists__has(hists, need_collapse)) in hists__precompute()
|
| H A D | builtin-top.c | 1734 perf_hpp_list.need_collapse = 1; in cmd_top()
|
| H A D | builtin-report.c | 1683 perf_hpp_list.need_collapse = true; in cmd_report()
|
| H A D | builtin-kvm.c | 646 if (hists__has(&kvm_hists.hists, need_collapse)) in clear_events_cache_stats()
|