Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/util/ !
Dsort.h71 struct rb_root sorted_chain; member
Dhist.c300 callchain_param.sort(&he->sorted_chain, he->callchain, in __hists__insert_output_entry()
567 rb_node = rb_first(&self->sorted_chain); in hist_entry_callchain__fprintf()
/linux-2.6.39/tools/perf/util/ui/browsers/ !
Dhists.c178 self->ms.has_children = !RB_EMPTY_ROOT(&self->sorted_chain); in hist_entry__init_have_children()
179 callchain__init_have_children(&self->sorted_chain); in hist_entry__init_have_children()
193 he->nr_rows = callchain__count_rows(&he->sorted_chain); in hist_browser__toggle_fold()
266 int n = callchain__set_folding(&self->sorted_chain, unfold); in hist_entry__set_folding()
578 printed += hist_browser__show_callchain(self, &entry->sorted_chain, in hist_browser__show_entry()