Lines Matching refs:rb_first
181 for (nd = rb_first(&node->rb_root); nd; nd = rb_next(nd)) { in callchain_node__count_rows_rb_tree()
264 for (nd = rb_first(chain); nd; nd = rb_next(nd)) { in callchain__count_rows()
330 struct rb_node *nd = rb_first(&node->rb_root); in callchain_node__init_have_children_rb_tree()
332 for (nd = rb_first(&node->rb_root); nd; nd = rb_next(nd)) { in callchain_node__init_have_children_rb_tree()
369 struct rb_node *nd = rb_first(root); in callchain__init_have_children()
372 for (nd = rb_first(root); nd; nd = rb_next(nd)) { in callchain__init_have_children()
520 for (nd = rb_first(&node->rb_root); nd; nd = rb_next(nd)) { in callchain_node__set_folding_rb_tree()
561 for (nd = rb_first(chain); nd; nd = rb_next(nd)) { in callchain__set_folding()
929 node = rb_first(root); in hist_browser__show_callchain_flat()
1033 node = rb_first(root); in hist_browser__show_callchain_folded()
1122 node = rb_first(root); in hist_browser__show_callchain_graph()
1931 nd = hists__filter_entries(rb_first(browser->entries), in ui_browser__hists_seek()
2161 struct rb_node *nd = hists__filter_entries(rb_first(browser->b.entries), in hist_browser__fprintf()