Searched refs:hroot_out (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/util/
H A Dsort.h165 struct rb_root_cached hroot_out; member in struct:hist_entry::__anon339::__anon340
H A Dhist.c346 struct rb_node *node = rb_first_cached(&he->hroot_out);
366 root_out = &he->parent_he->hroot_out;
503 he->hroot_out = RB_ROOT_CACHED;
1849 &he->hroot_out,
2020 node = rb_last(&he->hroot_out.rb_root);
2031 node = rb_first_cached(&he->hroot_out);
2069 node = rb_first_cached(&he->hroot_out);
2225 nd = rb_first_cached(&he->hroot_out);
2230 rb_erase_cached(&h->rb_node, &he->hroot_out);
2235 he->hroot_out
[all...]
/linux-master/tools/perf/ui/gtk/
H A Dhists.c469 perf_gtk__add_hierarchy_entries(hists, &he->hroot_out,
/linux-master/tools/perf/ui/browsers/
H A Dhists.c285 node = rb_first_cached(&he->hroot_out);
390 he->has_children = !RB_EMPTY_ROOT(&he->hroot_out.rb_root);
572 for (nd = rb_first_cached(&he->hroot_out); nd; nd = rb_next(nd)) {

Completed in 132 milliseconds