Searched refs:RB_EMPTY_ROOT (Results 1 – 6 of 6) sorted by relevance
135 #define RB_EMPTY_ROOT(root) ((root)->rb_node == NULL) macro
141 #define RB_EMPTY_ROOT(root) ((root)->rb_node == NULL) macro
145 !RB_EMPTY_ROOT(&child->rb_root); in callchain_node__init_have_children_rb_tree()148 !RB_EMPTY_ROOT(&child->rb_root); in callchain_node__init_have_children_rb_tree()160 chain->ms.has_children = !RB_EMPTY_ROOT(&self->rb_root); in callchain_node__init_have_children()178 self->ms.has_children = !RB_EMPTY_ROOT(&self->sorted_chain); in hist_entry__init_have_children()
296 RB_EMPTY_ROOT(&kdso->symbols[MAP__FUNCTION]) ? in __cmd_report()
774 !RB_EMPTY_ROOT(&al.map->dso->symbols[MAP__FUNCTION]) ? in perf_event__process_sample()796 RB_EMPTY_ROOT(&al.map->dso->symbols[MAP__FUNCTION])) { in perf_event__process_sample()
471 if (RB_EMPTY_ROOT(root)) { in print_summary()