Lines Matching refs:rb_root
164 for (nd = rb_first(&node->rb_root); nd; nd = rb_next(nd)) { in callchain_node__count_rows_rb_tree()
201 static int callchain__count_rows(struct rb_root *chain) in callchain__count_rows()
228 struct rb_node *nd = rb_first(&node->rb_root); in callchain_node__init_have_children_rb_tree()
230 for (nd = rb_first(&node->rb_root); nd; nd = rb_next(nd)) { in callchain_node__init_have_children_rb_tree()
239 !RB_EMPTY_ROOT(&child->rb_root); in callchain_node__init_have_children_rb_tree()
242 !RB_EMPTY_ROOT(&child->rb_root); in callchain_node__init_have_children_rb_tree()
259 chain->ms.has_children = !RB_EMPTY_ROOT(&node->rb_root); in callchain_node__init_have_children()
265 static void callchain__init_have_children(struct rb_root *root) in callchain__init_have_children()
314 for (nd = rb_first(&node->rb_root); nd; nd = rb_next(nd)) { in callchain_node__set_folding_rb_tree()
350 static int callchain__set_folding(struct rb_root *chain, bool unfold) in callchain__set_folding()
562 struct rb_root *root, int level, in hist_browser__show_callchain()
633 row += hist_browser__show_callchain(browser, &child->rb_root, in hist_browser__show_callchain()