Searched refs:RB_EMPTY_ROOT (Results 1 – 7 of 7) sorted by relevance
135 #define RB_EMPTY_ROOT(root) ((root)->rb_node == NULL) macro
52 #define RB_EMPTY_ROOT(root) ((root)->rb_node == NULL) macro
156 !RB_EMPTY_ROOT(&child->rb_root); in callchain_node__init_have_children_rb_tree()159 !RB_EMPTY_ROOT(&child->rb_root); in callchain_node__init_have_children_rb_tree()171 chain->ms.has_children = !RB_EMPTY_ROOT(&node->rb_root); in callchain_node__init_have_children()189 he->ms.has_children = !RB_EMPTY_ROOT(&he->sorted_chain); in hist_entry__init_have_children()
730 !RB_EMPTY_ROOT(&al.map->dso->symbols[MAP__FUNCTION]) ? in perf_event__process_sample()752 RB_EMPTY_ROOT(&al.map->dso->symbols[MAP__FUNCTION])) { in perf_event__process_sample()
525 if (!RB_EMPTY_ROOT(&kdso->symbols[MAP__FUNCTION])) { in __cmd_report()
1171 if (RB_EMPTY_ROOT(root)) { in print_summary()
1071 if (!RB_EMPTY_ROOT(&td->io_hist_tree)) { in get_next_verify()