hroot_out         282 tools/perf/ui/browsers/hists.c 	node = rb_first_cached(&he->hroot_out);
hroot_out         387 tools/perf/ui/browsers/hists.c 		he->has_children = !RB_EMPTY_ROOT(&he->hroot_out.rb_root);
hroot_out         523 tools/perf/ui/browsers/hists.c 	for (nd = rb_first_cached(&he->hroot_out); nd; nd = rb_next(nd)) {
hroot_out         469 tools/perf/ui/gtk/hists.c 			perf_gtk__add_hierarchy_entries(hists, &he->hroot_out,
hroot_out         321 tools/perf/util/hist.c 		struct rb_node *node = rb_first_cached(&he->hroot_out);
hroot_out         341 tools/perf/util/hist.c 		root_out = &he->parent_he->hroot_out;
hroot_out         477 tools/perf/util/hist.c 	he->hroot_out = RB_ROOT_CACHED;
hroot_out        1762 tools/perf/util/hist.c 						       &he->hroot_out,
hroot_out        1933 tools/perf/util/hist.c 		node = rb_last(&he->hroot_out.rb_root);
hroot_out        1944 tools/perf/util/hist.c 		node = rb_first_cached(&he->hroot_out);
hroot_out        1982 tools/perf/util/hist.c 	node = rb_first_cached(&he->hroot_out);
hroot_out        2138 tools/perf/util/hist.c 	nd = rb_first_cached(&he->hroot_out);
hroot_out        2143 tools/perf/util/hist.c 		rb_erase_cached(&h->rb_node, &he->hroot_out);
hroot_out        2148 tools/perf/util/hist.c 	he->hroot_out = new_root;
hroot_out         151 tools/perf/util/sort.h 			struct rb_root_cached   hroot_out;