Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/ui/stdio/
Dhist.c269 return callchain__fprintf_graph(fp, &he->sorted_chain, in hist_entry_callchain__fprintf()
275 return callchain__fprintf_graph(fp, &he->sorted_chain, total_samples, in hist_entry_callchain__fprintf()
279 return callchain__fprintf_flat(fp, &he->sorted_chain, total_samples); in hist_entry_callchain__fprintf()
/linux-4.4.14/tools/perf/util/
Dsort.h121 struct rb_root sorted_chain; member
Dhist.c1141 callchain_param.sort(&he->sorted_chain, he->callchain, in __hists__insert_output_entry()
/linux-4.4.14/tools/perf/ui/browsers/
Dhists.c288 he->has_children = !RB_EMPTY_ROOT(&he->sorted_chain); in hist_entry__init_have_children()
289 callchain__init_have_children(&he->sorted_chain); in hist_entry__init_have_children()
315 he->nr_rows = callchain__count_rows(&he->sorted_chain); in hist_browser__toggle_fold()
389 int n = callchain__set_folding(&he->sorted_chain, unfold); in hist_entry__set_folding()
851 &entry->sorted_chain, 1, row, total, in hist_browser__show_entry()
1129 hist_browser__show_callchain(browser, &he->sorted_chain, 1, 0, total, in hist_browser__fprintf_callchain()
/linux-4.4.14/tools/perf/ui/gtk/
Dhists.c257 perf_gtk__add_callchain(&h->sorted_chain, store, &iter, in perf_gtk__show_hists()