Searched refs:rb_last (Results 1 – 9 of 9) sorted by relevance
56 extern struct rb_node *rb_last(const struct rb_root *);
101 bool has_single_node = (rb_first(root) == rb_last(root)); in perf_gtk__add_callchain_flat()224 bool has_single_node = (rb_first(root) == rb_last(root)); in perf_gtk__add_callchain_graph()
474 struct rb_node *rb_last(const struct rb_root *root) in rb_last() function
353 browser->curr_hot = rb_last(&browser->entries); in annotate_browser__calc_percent()771 nd = rb_last(&browser->entries); in annotate_browser__run()
1929 nd = rb_hierarchy_last(rb_last(browser->entries)); in ui_browser__hists_seek()
151 nd = rb_last(root); in ui_browser__rb_tree_seek()
315 struct rb_node *nd = rb_last(&symbols->rb_root); in map__fixup_end()
404 struct rb_node *n = rb_last(&symbols->rb_root); in symbols__last()
1986 node = rb_last(&he->hroot_out.rb_root); in rb_hierarchy_last()