Searched refs:sorted_chain (Results 1 – 5 of 5) sorted by relevance
/tools/perf/ui/stdio/ |
D | hist.c | 274 return callchain__fprintf_graph(fp, &he->sorted_chain, in hist_entry_callchain__fprintf() 280 return callchain__fprintf_graph(fp, &he->sorted_chain, total_samples, in hist_entry_callchain__fprintf() 284 return callchain__fprintf_flat(fp, &he->sorted_chain, total_samples); in hist_entry_callchain__fprintf()
|
/tools/perf/util/ |
D | sort.h | 110 struct rb_root sorted_chain; member
|
D | hist.c | 1108 callchain_param.sort(&he->sorted_chain, he->callchain, in __hists__insert_output_entry()
|
/tools/perf/ui/browsers/ |
D | hists.c | 255 he->ms.has_children = !RB_EMPTY_ROOT(&he->sorted_chain); in hist_entry__init_have_children() 256 callchain__init_have_children(&he->sorted_chain); in hist_entry__init_have_children() 271 he->nr_rows = callchain__count_rows(&he->sorted_chain); in hist_browser__toggle_fold() 345 int n = callchain__set_folding(&he->sorted_chain, unfold); in hist_entry__set_folding() 811 &entry->sorted_chain, 1, row, total, in hist_browser__show_entry() 1082 hist_browser__show_callchain(browser, &he->sorted_chain, 1, 0, total, in hist_browser__fprintf_callchain()
|
/tools/perf/ui/gtk/ |
D | hists.c | 266 perf_gtk__add_callchain(&h->sorted_chain, store, &iter, in perf_gtk__show_hists()
|