Searched refs:sorted_chain (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/perf/ui/stdio/
H A Dhist.c392 return callchain__fprintf_graph(fp, &he->sorted_chain, total_samples,
396 return callchain__fprintf_graph(fp, &he->sorted_chain, total_samples,
400 return callchain__fprintf_flat(fp, &he->sorted_chain, total_samples);
403 return callchain__fprintf_folded(fp, &he->sorted_chain, total_samples);
/linux-master/tools/perf/util/
H A Dsort.h167 struct rb_root sorted_chain; /* leaf entry has callchains */ member in union:hist_entry::__anon339
H A Dstream.c102 struct rb_root *root = &he->sorted_chain;
H A Dhist.c1867 callchain_param.sort(&he->sorted_chain, he->callchain,
1892 callchain_param.sort(&he->sorted_chain, he->callchain,
H A Dcallchain.c1758 struct rb_root *root = &he->sorted_chain;
/linux-master/tools/perf/ui/gtk/
H A Dhists.c393 perf_gtk__add_callchain(&h->sorted_chain, store, &iter,
490 perf_gtk__add_callchain(&he->sorted_chain, store, &iter,
/linux-master/tools/perf/ui/browsers/
H A Dhists.c280 return callchain__count_rows(&he->sorted_chain);
387 he->has_children = !RB_EMPTY_ROOT(&he->sorted_chain);
388 callchain__init_have_children(&he->sorted_chain);
474 &he->sorted_chain);
592 n = callchain__set_folding(&he->sorted_chain, unfold);
1181 &entry->sorted_chain, row,
1186 &entry->sorted_chain, row,
1191 &entry->sorted_chain, level, row,
2929 callchain_param.sort(&he->sorted_chain, he->callchain,

Completed in 191 milliseconds