Lines Matching refs:rb_first
178 for (nd = rb_first(&node->rb_root); nd; nd = rb_next(nd)) { in callchain_node__count_rows_rb_tree()
261 for (nd = rb_first(chain); nd; nd = rb_next(nd)) { in callchain__count_rows()
327 struct rb_node *nd = rb_first(&node->rb_root); in callchain_node__init_have_children_rb_tree()
329 for (nd = rb_first(&node->rb_root); nd; nd = rb_next(nd)) { in callchain_node__init_have_children_rb_tree()
366 struct rb_node *nd = rb_first(root); in callchain__init_have_children()
369 for (nd = rb_first(root); nd; nd = rb_next(nd)) { in callchain__init_have_children()
466 for (nd = rb_first(&node->rb_root); nd; nd = rb_next(nd)) { in callchain_node__set_folding_rb_tree()
507 for (nd = rb_first(chain); nd; nd = rb_next(nd)) { in callchain__set_folding()
869 node = rb_first(root); in hist_browser__show_callchain_flat()
973 node = rb_first(root); in hist_browser__show_callchain_folded()
1062 node = rb_first(root); in hist_browser__show_callchain_graph()
1867 nd = hists__filter_entries(rb_first(browser->entries), in ui_browser__hists_seek()
2097 struct rb_node *nd = hists__filter_entries(rb_first(browser->b.entries), in hist_browser__fprintf()