• Home
  • Raw
  • Download

Lines Matching refs:rb_root

301 	struct rb_root *root_in;  in hists__delete_entry()
302 struct rb_root *root_out; in hists__delete_entry()
1262 struct rb_root *root, in hierarchy_insert_entry()
1331 struct rb_root *root, in hists__hierarchy_insert_entry()
1377 struct rb_root *root, in hists__collapse_insert_entry()
1424 struct rb_root *hists__get_rotate_entries_in(struct hists *hists) in hists__get_rotate_entries_in()
1426 struct rb_root *root; in hists__get_rotate_entries_in()
1449 struct rb_root *root; in hists__collapse_resort()
1560 static void hierarchy_insert_output_entry(struct rb_root *root, in hierarchy_insert_output_entry()
1590 struct rb_root *root_in, in hists__hierarchy_output_resort()
1591 struct rb_root *root_out, in hists__hierarchy_output_resort()
1642 static void __hists__insert_output_entry(struct rb_root *entries, in __hists__insert_output_entry()
1688 struct rb_root *root; in output_resort()
1955 static void resort_filtered_entry(struct rb_root *root, struct hist_entry *he) in resort_filtered_entry()
1960 struct rb_root new_root = RB_ROOT; in resort_filtered_entry()
1995 struct rb_root new_root = RB_ROOT; in hists__filter_hierarchy()
2120 struct rb_root *root; in hists__add_dummy_entry()
2164 struct rb_root *root, in add_dummy_hierarchy_entry()
2232 static struct hist_entry *hists__find_hierarchy_entry(struct rb_root *root, in hists__find_hierarchy_entry()
2260 static void hists__match_hierarchy(struct rb_root *leader_root, in hists__match_hierarchy()
2261 struct rb_root *other_root) in hists__match_hierarchy()
2282 struct rb_root *root; in hists__match()
2308 struct rb_root *leader_root, in hists__link_hierarchy()
2309 struct rb_root *other_root) in hists__link_hierarchy()
2357 struct rb_root *root; in hists__link()
2476 static void hists__delete_remaining_entries(struct rb_root *root) in hists__delete_remaining_entries()