Lines Matching refs:rb_next
265 next = rb_next(&n->rb_node); in hists__output_recalc_col_len()
349 node = rb_next(node); in hists__decay_entry()
392 next = rb_next(&n->rb_node); in hists__decay_entries()
408 next = rb_next(&n->rb_node); in hists__delete_entries()
425 next = rb_next(&n->rb_node); in hists__get_entry()
1696 next = rb_next(&n->rb_node_in); in hists__collapse_resort()
1781 node = rb_next(node); in hierarchy_recalc_total_periods()
1835 node = rb_next(node); in hists__hierarchy_output_resort()
1959 next = rb_next(&n->rb_node_in); in output_resort()
2035 node = rb_next(node); in __rb_hierarchy_next()
2042 node = rb_next(&he->rb_node); in __rb_hierarchy_next()
2075 node = rb_next(node); in hist_entry__has_hierarchy_children()
2189 for (nd = rb_first_cached(&hists->entries); nd; nd = rb_next(nd)) { in hists__filter_by_type()
2231 nd = rb_next(nd); in resort_filtered_entry()
2298 nd = rb_next(nd); 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()