Lines Matching refs:rb_first
57 for (nd = rb_first(&hists->entries); in hist_browser__get_folding()
164 for (nd = rb_first(&node->rb_root); nd; nd = rb_next(nd)) { in callchain_node__count_rows_rb_tree()
206 for (nd = rb_first(chain); nd; nd = rb_next(nd)) { 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()
267 struct rb_node *nd = rb_first(root); in callchain__init_have_children()
270 for (nd = rb_first(root); nd; nd = rb_next(nd)) { 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()
355 for (nd = rb_first(chain); nd; nd = rb_next(nd)) { in callchain__set_folding()
381 for (nd = rb_first(&hists->entries); in __hist_browser__set_folding()
573 node = rb_first(root); in hist_browser__show_callchain()
894 browser->top = rb_first(&hb->hists->entries); in ui_browser__hists_init_top()
980 nd = hists__filter_entries(rb_first(browser->entries), in ui_browser__hists_seek()
1150 struct rb_node *nd = hists__filter_entries(rb_first(browser->b.entries), in hist_browser__fprintf()
1401 struct rb_node *nd = rb_first(&hb->hists->entries); in hist_browser__update_nr_entries()