Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/ui/stdio/
Dhist.c384 return callchain__fprintf_graph(fp, &he->sorted_chain, total_samples, in hist_entry_callchain__fprintf()
388 return callchain__fprintf_graph(fp, &he->sorted_chain, total_samples, in hist_entry_callchain__fprintf()
392 return callchain__fprintf_flat(fp, &he->sorted_chain, total_samples); in hist_entry_callchain__fprintf()
395 return callchain__fprintf_folded(fp, &he->sorted_chain, total_samples); in hist_entry_callchain__fprintf()
/Linux-v4.19/tools/perf/util/
Dsort.h151 struct rb_root sorted_chain; /* leaf entry has callchains */ member
Dhist.c1658 callchain_param.sort(&he->sorted_chain, he->callchain, in hists__hierarchy_output_resort()
1682 callchain_param.sort(&he->sorted_chain, he->callchain, in __hists__insert_output_entry()
/Linux-v4.19/tools/perf/ui/browsers/
Dhists.c265 return callchain__count_rows(&he->sorted_chain); in hierarchy_count_rows()
372 he->has_children = !RB_EMPTY_ROOT(&he->sorted_chain); in hist_entry__init_have_children()
373 callchain__init_have_children(&he->sorted_chain); in hist_entry__init_have_children()
413 &he->sorted_chain); in hist_browser__toggle_fold()
531 n = callchain__set_folding(&he->sorted_chain, unfold); in __hist_entry__set_folding()
1114 &entry->sorted_chain, row, in hist_browser__show_callchain()
1119 &entry->sorted_chain, row, in hist_browser__show_callchain()
1124 &entry->sorted_chain, level, row, in hist_browser__show_callchain()
2687 callchain_param.sort(&he->sorted_chain, he->callchain, in hist_browser__update_percent_limit()
/Linux-v4.19/tools/perf/ui/gtk/
Dhists.c391 perf_gtk__add_callchain(&h->sorted_chain, store, &iter, in perf_gtk__show_hists()
488 perf_gtk__add_callchain(&he->sorted_chain, store, &iter, in perf_gtk__add_hierarchy_entries()