Home
last modified time | relevance | path

Searched refs:root_in (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/tests/
H A Dhists_cumulate.c133 struct rb_root_cached *root_in; in del_hist_entries() local
138 root_in = &hists->entries_collapsed; in del_hist_entries()
140 root_in = hists->entries_in; in del_hist_entries()
149 rb_erase_cached(&he->rb_node_in, root_in); in del_hist_entries()
H A Dhists_output.c98 struct rb_root_cached *root_in; in del_hist_entries() local
103 root_in = &hists->entries_collapsed; in del_hist_entries()
105 root_in = hists->entries_in; in del_hist_entries()
114 rb_erase_cached(&he->rb_node_in, root_in); in del_hist_entries()
/linux/tools/perf/util/
H A Dhist.c367 struct rb_root_cached *root_in; in hists__delete_entry() local
371 root_in = &he->parent_he->hroot_in; in hists__delete_entry()
375 root_in = &hists->entries_collapsed; in hists__delete_entry()
377 root_in = hists->entries_in; in hists__delete_entry()
381 rb_erase_cached(&he->rb_node_in, root_in); in hists__delete_entry()
1835 struct rb_root_cached *root_in, in hists__hierarchy_output_resort() argument
1844 node = rb_first_cached(root_in); in hists__hierarchy_output_resort()