Lines Matching refs:rb_root
161 for (nd = rb_first(&node->rb_root); nd; nd = rb_next(nd)) { in callchain_node__count_rows_rb_tree()
198 static int callchain__count_rows(struct rb_root *chain) in callchain__count_rows()
237 struct rb_node *nd = rb_first(&node->rb_root); in callchain_node__init_have_children_rb_tree()
239 for (nd = rb_first(&node->rb_root); nd; nd = rb_next(nd)) { in callchain_node__init_have_children_rb_tree()
248 !RB_EMPTY_ROOT(&child->rb_root); in callchain_node__init_have_children_rb_tree()
251 !RB_EMPTY_ROOT(&child->rb_root); in callchain_node__init_have_children_rb_tree()
268 chain->has_children = !RB_EMPTY_ROOT(&node->rb_root); in callchain_node__init_have_children()
274 static void callchain__init_have_children(struct rb_root *root) in callchain__init_have_children()
334 for (nd = rb_first(&node->rb_root); nd; nd = rb_next(nd)) { in callchain_node__set_folding_rb_tree()
370 static int callchain__set_folding(struct rb_root *chain, bool unfold) in callchain__set_folding()
581 struct rb_root *root, int level, in hist_browser__show_callchain()
652 row += hist_browser__show_callchain(browser, &child->rb_root, in hist_browser__show_callchain()