Searched refs:rb_prev (Results 1 – 8 of 8) sorted by relevance
446 nd = rb_prev(nd); in hists__find_annotations()490 next = rb_prev(nd); in hists__find_annotations()535 next = rb_prev(nd); in hists__find_annotations()
54 extern struct rb_node *rb_prev(const struct rb_node *);
517 struct rb_node *rb_prev(const struct rb_node *node) in rb_prev() function
162 nd = rb_prev(nd); in ui_browser__rb_tree_seek()
853 nd = rb_prev(nd); in annotate_browser__run()
420 pnode = rb_prev(&sym->node); in elf_add_symbol()
1574 chain->has_children = rb_prev(&node->rb_node) || rb_next(&node->rb_node); in callchain_node__make_parent_list()
2194 node = rb_prev(node); in rb_hierarchy_prev()
Completed in 21 milliseconds