sorted_chain 277 tools/perf/ui/browsers/hists.c return callchain__count_rows(&he->sorted_chain); sorted_chain 384 tools/perf/ui/browsers/hists.c he->has_children = !RB_EMPTY_ROOT(&he->sorted_chain); sorted_chain 385 tools/perf/ui/browsers/hists.c callchain__init_have_children(&he->sorted_chain); sorted_chain 425 tools/perf/ui/browsers/hists.c &he->sorted_chain); sorted_chain 543 tools/perf/ui/browsers/hists.c n = callchain__set_folding(&he->sorted_chain, unfold); sorted_chain 1130 tools/perf/ui/browsers/hists.c &entry->sorted_chain, row, sorted_chain 1135 tools/perf/ui/browsers/hists.c &entry->sorted_chain, row, sorted_chain 1140 tools/perf/ui/browsers/hists.c &entry->sorted_chain, level, row, sorted_chain 2811 tools/perf/ui/browsers/hists.c callchain_param.sort(&he->sorted_chain, he->callchain, sorted_chain 393 tools/perf/ui/gtk/hists.c perf_gtk__add_callchain(&h->sorted_chain, store, &iter, sorted_chain 490 tools/perf/ui/gtk/hists.c perf_gtk__add_callchain(&he->sorted_chain, store, &iter, sorted_chain 391 tools/perf/ui/stdio/hist.c return callchain__fprintf_graph(fp, &he->sorted_chain, total_samples, sorted_chain 395 tools/perf/ui/stdio/hist.c return callchain__fprintf_graph(fp, &he->sorted_chain, total_samples, sorted_chain 399 tools/perf/ui/stdio/hist.c return callchain__fprintf_flat(fp, &he->sorted_chain, total_samples); sorted_chain 402 tools/perf/ui/stdio/hist.c return callchain__fprintf_folded(fp, &he->sorted_chain, total_samples); sorted_chain 1780 tools/perf/util/hist.c callchain_param.sort(&he->sorted_chain, he->callchain, sorted_chain 1805 tools/perf/util/hist.c callchain_param.sort(&he->sorted_chain, he->callchain, sorted_chain 153 tools/perf/util/sort.h struct rb_root sorted_chain; /* leaf entry has callchains */