Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/tests/
H A Dhists_cumulate.c129 struct rb_root_cached *root_in; in del_hist_entries() local
134 root_in = &hists->entries_collapsed; in del_hist_entries()
136 root_in = hists->entries_in; in del_hist_entries()
145 rb_erase_cached(&he->rb_node_in, root_in); in del_hist_entries()
H A Dhists_output.c95 struct rb_root_cached *root_in; in del_hist_entries() local
100 root_in = &hists->entries_collapsed; in del_hist_entries()
102 root_in = hists->entries_in; in del_hist_entries()
111 rb_erase_cached(&he->rb_node_in, root_in); in del_hist_entries()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dhist.c351 struct rb_root_cached *root_in; in hists__delete_entry() local
355 root_in = &he->parent_he->hroot_in; in hists__delete_entry()
359 root_in = &hists->entries_collapsed; in hists__delete_entry()
361 root_in = hists->entries_in; in hists__delete_entry()
365 rb_erase_cached(&he->rb_node_in, root_in); in hists__delete_entry()
1780 struct rb_root_cached *root_in, in hists__hierarchy_output_resort()
1789 node = rb_first_cached(root_in); in hists__hierarchy_output_resort()
1778 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) hists__hierarchy_output_resort() argument
/kernel/linux/linux-6.6/tools/perf/util/
H A Dhist.c361 struct rb_root_cached *root_in; in hists__delete_entry() local
365 root_in = &he->parent_he->hroot_in; in hists__delete_entry()
369 root_in = &hists->entries_collapsed; in hists__delete_entry()
371 root_in = hists->entries_in; in hists__delete_entry()
375 rb_erase_cached(&he->rb_node_in, root_in); in hists__delete_entry()
1822 struct rb_root_cached *root_in, in hists__hierarchy_output_resort()
1831 node = rb_first_cached(root_in); in hists__hierarchy_output_resort()
1820 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) hists__hierarchy_output_resort() argument

Completed in 12 milliseconds