Searched refs:need_collapse (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/tests/ |
D | hists_link.c | 150 if (hists__has(hists, need_collapse)) in __validate_match() 202 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 | 133 if (hists__has(hists, need_collapse)) in del_hist_entries()
|
D | hists_output.c | 99 if (hists__has(hists, need_collapse)) in del_hist_entries()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | hist.c | 358 if (hists__has(hists, need_collapse)) in hists__delete_entry() 1641 if (!hists__has(hists, need_collapse)) in hists__collapse_resort() 1907 if (hists__has(hists, need_collapse)) in output_resort() 2333 if (hists__has(hists, need_collapse)) in hists__add_dummy_entry() 2424 if (hists__has(hists, need_collapse)) in hists__find_entry() 2504 if (hists__has(leader, need_collapse)) in hists__match() 2580 if (hists__has(other, need_collapse)) in hists__link() 2605 if (hists__has(hists, need_collapse)) in hists__unlink()
|
D | hist.h | 290 int need_collapse; member
|
D | sort.c | 2540 list->need_collapse = 1; in __sort_dimension__add() 3138 perf_hpp_list.need_collapse = 0; in reset_output_field()
|
/kernel/linux/linux-5.10/tools/perf/ |
D | builtin-diff.c | 544 if (hists__has(hists, need_collapse)) in hists__baseline_only() 688 if (hists__has(hists, need_collapse)) in hists__precompute()
|
D | builtin-top.c | 1662 perf_hpp_list.need_collapse = 1; in cmd_top()
|
D | builtin-report.c | 1463 perf_hpp_list.need_collapse = true; in cmd_report()
|