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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/
H A Dsort.h70 struct rb_root sorted_chain; member in union:hist_entry::__anon34927
H A Dhist.c283 callchain_param.sort(&he->sorted_chain, he->callchain,
550 rb_node = rb_first(&self->sorted_chain);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/
H A Dsort.h70 struct rb_root sorted_chain; member in union:hist_entry::__anon23234
H A Dhist.c283 callchain_param.sort(&he->sorted_chain, he->callchain,
550 rb_node = rb_first(&self->sorted_chain);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/ui/browsers/
H A Dhists.c171 callchain__init_have_children(&self->sorted_chain);
185 he->nr_rows = callchain__count_rows(&he->sorted_chain);
463 entry->ms.has_children = !RB_EMPTY_ROOT(&entry->sorted_chain);
495 printed += hist_browser__show_callchain(self, &entry->sorted_chain,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/ui/browsers/
H A Dhists.c171 callchain__init_have_children(&self->sorted_chain);
185 he->nr_rows = callchain__count_rows(&he->sorted_chain);
463 entry->ms.has_children = !RB_EMPTY_ROOT(&entry->sorted_chain);
495 printed += hist_browser__show_callchain(self, &entry->sorted_chain,

Completed in 77 milliseconds