HomeSort by relevance Sort by last modified time
    Searched refs:sorted_chain (Results 1 - 5 of 5) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
sort.h 106 struct rb_root sorted_chain; member in struct:hist_entry
hist.c 700 callchain_param.sort(&he->sorted_chain, he->callchain,
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/stdio/
hist.c 275 return callchain__fprintf_graph(fp, &he->sorted_chain, he->stat.period,
279 return callchain__fprintf_graph(fp, &he->sorted_chain, total_samples,
283 return callchain__fprintf_flat(fp, &he->sorted_chain, total_samples);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
hists.c 189 he->ms.has_children = !RB_EMPTY_ROOT(&he->sorted_chain);
190 callchain__init_have_children(&he->sorted_chain);
204 he->nr_rows = callchain__count_rows(&he->sorted_chain);
277 int n = callchain__set_folding(&he->sorted_chain, unfold);
784 printed += hist_browser__show_callchain(browser, &entry->sorted_chain,
1135 printed += hist_browser__fprintf_callchain(browser, &he->sorted_chain, 1, fp);
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
hists.c 323 perf_gtk__add_callchain(&h->sorted_chain, store, &iter,

Completed in 84 milliseconds