Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dhist.c299 struct rb_node *node = rb_first(&he->hroot_out); in hists__decay_entry()
319 root_out = &he->parent_he->hroot_out; in hists__delete_entry()
439 he->hroot_out = RB_ROOT; in hist_entry__init()
1640 &he->hroot_out, in hists__hierarchy_output_resort()
1801 node = rb_last(&he->hroot_out); in rb_hierarchy_last()
1812 node = rb_first(&he->hroot_out); in __rb_hierarchy_next()
1850 node = rb_first(&he->hroot_out); in hist_entry__has_hierarchy_children()
2002 nd = rb_first(&he->hroot_out); in resort_filtered_entry()
2007 rb_erase(&h->rb_node, &he->hroot_out); in resort_filtered_entry()
2012 he->hroot_out = new_root; in resort_filtered_entry()
Dsort.h149 struct rb_root hroot_out; member
/Linux-v4.19/tools/perf/ui/gtk/
Dhists.c467 perf_gtk__add_hierarchy_entries(hists, &he->hroot_out, in perf_gtk__add_hierarchy_entries()
/Linux-v4.19/tools/perf/ui/browsers/
Dhists.c270 node = rb_first(&he->hroot_out); in hierarchy_count_rows()
375 he->has_children = !RB_EMPTY_ROOT(&he->hroot_out); in hist_entry__init_have_children()
511 for (nd = rb_first(&he->hroot_out); nd; nd = rb_next(nd)) { in hierarchy_set_folding()