Searched refs:need_collapse (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/tools/perf/tests/ |
D | hists_link.c | 169 if (hists__has(hists, need_collapse)) in __validate_match() 221 if (hists__has(hists, need_collapse)) in __validate_link()
|
D | hists_common.c | 169 if (hists__has(hists, need_collapse)) in print_hists_in()
|
D | hists_cumulate.c | 137 if (hists__has(hists, need_collapse)) in del_hist_entries()
|
D | hists_output.c | 102 if (hists__has(hists, need_collapse)) in del_hist_entries()
|
/linux-6.6.21/tools/perf/util/ |
D | hist.c | 368 if (hists__has(hists, need_collapse)) in hists__delete_entry() 1683 if (!hists__has(hists, need_collapse)) in hists__collapse_resort() 1949 if (hists__has(hists, need_collapse)) in output_resort() 2385 if (hists__has(hists, need_collapse)) in hists__add_dummy_entry() 2476 if (hists__has(hists, need_collapse)) in hists__find_entry() 2556 if (hists__has(leader, need_collapse)) in hists__match() 2632 if (hists__has(other, need_collapse)) in hists__link() 2657 if (hists__has(hists, need_collapse)) in hists__unlink()
|
D | hist.h | 307 int need_collapse; member
|
D | sort.c | 3088 list->need_collapse = 1; in __sort_dimension__add() 3708 perf_hpp_list.need_collapse = 0; in reset_output_field()
|
/linux-6.6.21/tools/perf/ |
D | builtin-diff.c | 546 if (hists__has(hists, need_collapse)) in hists__baseline_only() 690 if (hists__has(hists, need_collapse)) in hists__precompute()
|
D | builtin-report.c | 1568 perf_hpp_list.need_collapse = true; in cmd_report()
|
D | builtin-top.c | 1721 perf_hpp_list.need_collapse = 1; in cmd_top()
|
D | builtin-kvm.c | 707 if (hists__has(&kvm_hists.hists, need_collapse)) in clear_events_cache_stats()
|