Lines Matching refs:rb_first
212 struct rb_node *next = rb_first(&hists->entries); in hists__output_recalc_col_len()
299 struct rb_node *node = rb_first(&he->hroot_out); in hists__decay_entry()
340 struct rb_node *next = rb_first(&hists->entries); in hists__decay_entries()
356 struct rb_node *next = rb_first(&hists->entries); in hists__delete_entries()
1482 next = rb_first(root); in hists__collapse_resort()
1561 node = rb_first(&hists->entries); in hierarchy_recalc_total_periods()
1620 node = rb_first(root_in); in hists__hierarchy_output_resort()
1739 next = rb_first(root); in output_resort()
1812 node = rb_first(&he->hroot_out); in __rb_hierarchy_next()
1850 node = rb_first(&he->hroot_out); in hist_entry__has_hierarchy_children()
1968 for (nd = rb_first(&hists->entries); nd; nd = rb_next(nd)) { in hists__filter_by_type()
2002 nd = rb_first(&he->hroot_out); in resort_filtered_entry()
2025 nd = rb_first(&hists->entries); in hists__filter_hierarchy()
2069 nd = rb_first(&hists->entries); in hists__filter_hierarchy()
2289 for (nd = rb_first(leader_root); nd; nd = rb_next(nd)) { in hists__match_hierarchy()
2320 for (nd = rb_first(root); nd; nd = rb_next(nd)) { in hists__match()
2337 for (nd = rb_first(other_root); nd; nd = rb_next(nd)) { in hists__link_hierarchy()
2396 for (nd = rb_first(root); nd; nd = rb_next(nd)) { in hists__link()
2586 node = rb_first(root); in hists__delete_remaining_entries()