Home
last modified time | relevance | path

Searched refs:sorted_chain (Results 1 – 5 of 5) sorted by relevance

/tools/perf/ui/stdio/
Dhist.c274 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/
Dsort.h110 struct rb_root sorted_chain; member
Dhist.c1108 callchain_param.sort(&he->sorted_chain, he->callchain, in __hists__insert_output_entry()
/tools/perf/ui/browsers/
Dhists.c255 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/
Dhists.c266 perf_gtk__add_callchain(&h->sorted_chain, store, &iter, in perf_gtk__show_hists()