Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dhist.c368 struct rb_node *node = rb_first_cached(&he->hroot_out); in hists__decay_entry()
388 root_out = &he->parent_he->hroot_out; in hists__delete_entry()
528 he->hroot_out = RB_ROOT_CACHED; in hist_entry__init()
1389 struct rb_root *root = &he->hroot_out.rb_root; in hist_entry__delete()
1918 &he->hroot_out, in hists__hierarchy_output_resort()
2089 node = rb_last(&he->hroot_out.rb_root); in rb_hierarchy_last()
2100 node = rb_first_cached(&he->hroot_out); in __rb_hierarchy_next()
2138 node = rb_first_cached(&he->hroot_out); in hist_entry__has_hierarchy_children()
2304 nd = rb_first_cached(&he->hroot_out); in resort_filtered_entry()
2309 rb_erase_cached(&h->rb_node, &he->hroot_out); in resort_filtered_entry()
[all …]
H A Dhist.h300 struct rb_root_cached hroot_out; member
/linux-6.15/tools/perf/ui/gtk/
H A Dhists.c469 perf_gtk__add_hierarchy_entries(hists, &he->hroot_out, in perf_gtk__add_hierarchy_entries()
/linux-6.15/tools/perf/ui/browsers/
H A Dhists.c286 node = rb_first_cached(&he->hroot_out); in hierarchy_count_rows()
391 he->has_children = !RB_EMPTY_ROOT(&he->hroot_out.rb_root); in hist_entry__init_have_children()
573 for (nd = rb_first_cached(&he->hroot_out); nd; nd = rb_next(nd)) { in hierarchy_set_folding()