OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sorted_chain
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/util/
sort.h
79
struct rb_root
sorted_chain
;
member in union:hist_entry::__anon9950
hist.c
300
callchain_param.sort(&he->
sorted_chain
, he->callchain,
567
rb_node = rb_first(&self->
sorted_chain
);
/external/linux-tools-perf/util/ui/browsers/
hists.c
178
self->ms.has_children = !RB_EMPTY_ROOT(&self->
sorted_chain
);
179
callchain__init_have_children(&self->
sorted_chain
);
193
he->nr_rows = callchain__count_rows(&he->
sorted_chain
);
266
int n = callchain__set_folding(&self->
sorted_chain
, unfold);
578
printed += hist_browser__show_callchain(self, &entry->
sorted_chain
,
Completed in 158 milliseconds