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

/linux-master/tools/perf/tests/
H A Dhists_cumulate.c133 struct rb_root_cached *root_in; local
138 root_in = &hists->entries_collapsed;
140 root_in = hists->entries_in;
149 rb_erase_cached(&he->rb_node_in, root_in);
H A Dhists_output.c98 struct rb_root_cached *root_in; local
103 root_in = &hists->entries_collapsed;
105 root_in = hists->entries_in;
114 rb_erase_cached(&he->rb_node_in, root_in);
/linux-master/tools/perf/util/
H A Dhist.c361 struct rb_root_cached *root_in; local
365 root_in = &he->parent_he->hroot_in;
369 root_in = &hists->entries_collapsed;
371 root_in = hists->entries_in;
375 rb_erase_cached(&he->rb_node_in, root_in);
1820 struct rb_root_cached *root_in,
1829 node = rb_first_cached(root_in);
1818 hists__hierarchy_output_resort(struct hists *hists, struct ui_progress *prog, struct rb_root_cached *root_in, struct rb_root_cached *root_out, u64 min_callchain_hits, bool use_callchain) argument

Completed in 119 milliseconds