Searched refs:need_collapse (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/tools/perf/tests/ |
A D | hists_link.c | 150 if (hists__has(hists, need_collapse)) in __validate_match() 202 if (hists__has(hists, need_collapse)) in __validate_link()
|
A D | hists_common.c | 169 if (hists__has(hists, need_collapse)) in print_hists_in()
|
A D | hists_cumulate.c | 133 if (hists__has(hists, need_collapse)) in del_hist_entries()
|
A D | hists_output.c | 99 if (hists__has(hists, need_collapse)) in del_hist_entries()
|
/linux-6.3-rc2/tools/perf/util/ |
A D | hist.c | 367 if (hists__has(hists, need_collapse)) in hists__delete_entry() 1652 if (!hists__has(hists, need_collapse)) in hists__collapse_resort() 1918 if (hists__has(hists, need_collapse)) in output_resort() 2354 if (hists__has(hists, need_collapse)) in hists__add_dummy_entry() 2445 if (hists__has(hists, need_collapse)) in hists__find_entry() 2525 if (hists__has(leader, need_collapse)) in hists__match() 2601 if (hists__has(other, need_collapse)) in hists__link() 2626 if (hists__has(hists, need_collapse)) in hists__unlink()
|
A D | hist.h | 303 int need_collapse; member
|
A D | sort.c | 3044 list->need_collapse = 1; in __sort_dimension__add() 3664 perf_hpp_list.need_collapse = 0; in reset_output_field()
|
/linux-6.3-rc2/tools/perf/ |
A 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()
|
A D | builtin-report.c | 1537 perf_hpp_list.need_collapse = true; in cmd_report()
|
A D | builtin-top.c | 1665 perf_hpp_list.need_collapse = 1; in cmd_top()
|
Completed in 37 milliseconds