Lines Matching refs:rb_root
145 for (nd = rb_first(&node->rb_root); nd; nd = rb_next(nd)) { in callchain_node__count_rows_rb_tree()
182 static int callchain__count_rows(struct rb_root *chain) in callchain__count_rows()
209 struct rb_node *nd = rb_first(&node->rb_root); in callchain_node__init_have_children_rb_tree()
211 for (nd = rb_first(&node->rb_root); nd; nd = rb_next(nd)) { in callchain_node__init_have_children_rb_tree()
220 !RB_EMPTY_ROOT(&child->rb_root); in callchain_node__init_have_children_rb_tree()
223 !RB_EMPTY_ROOT(&child->rb_root); in callchain_node__init_have_children_rb_tree()
236 chain->ms.has_children = !RB_EMPTY_ROOT(&node->rb_root); in callchain_node__init_have_children()
242 static void callchain__init_have_children(struct rb_root *root) in callchain__init_have_children()
290 for (nd = rb_first(&node->rb_root); nd; nd = rb_next(nd)) { in callchain_node__set_folding_rb_tree()
326 static int callchain__set_folding(struct rb_root *chain, bool unfold) in callchain__set_folding()
553 struct rb_root *root, int level, in hist_browser__show_callchain()
621 row += hist_browser__show_callchain(browser, &child->rb_root, in hist_browser__show_callchain()