Lines Matching refs:rb_first_cached

255 	struct rb_node *next = rb_first_cached(&hists->entries);  in hists__output_recalc_col_len()
346 struct rb_node *node = rb_first_cached(&he->hroot_out); in hists__decay_entry()
387 struct rb_node *next = rb_first_cached(&hists->entries); in hists__decay_entries()
403 struct rb_node *next = rb_first_cached(&hists->entries); in hists__delete_entries()
416 struct rb_node *next = rb_first_cached(&hists->entries); in hists__get_entry()
1690 next = rb_first_cached(root); in hists__collapse_resort()
1769 node = rb_first_cached(&hists->entries); in hierarchy_recalc_total_periods()
1831 node = rb_first_cached(root_in); in hists__hierarchy_output_resort()
1954 next = rb_first_cached(root); in output_resort()
2033 node = rb_first_cached(&he->hroot_out); in __rb_hierarchy_next()
2071 node = rb_first_cached(&he->hroot_out); in hist_entry__has_hierarchy_children()
2189 for (nd = rb_first_cached(&hists->entries); nd; nd = rb_next(nd)) { in hists__filter_by_type()
2227 nd = rb_first_cached(&he->hroot_out); in resort_filtered_entry()
2250 nd = rb_first_cached(&hists->entries); in hists__filter_hierarchy()
2294 nd = rb_first_cached(&hists->entries); in hists__filter_hierarchy()
2530 for (nd = rb_first_cached(leader_root); nd; nd = rb_next(nd)) { in hists__match_hierarchy()
2561 for (nd = rb_first_cached(root); nd; nd = rb_next(nd)) { in hists__match()
2578 for (nd = rb_first_cached(other_root); nd; nd = rb_next(nd)) { in hists__link_hierarchy()
2637 for (nd = rb_first_cached(root); nd; nd = rb_next(nd)) { in hists__link()
2662 for (nd = rb_first_cached(root); nd; nd = rb_next(nd)) { in hists__unlink()
2862 node = rb_first_cached(root); in hists__delete_remaining_entries()