Searched refs:RB_EMPTY_ROOT (Results 1 – 7 of 7) sorted by relevance
52 #define RB_EMPTY_ROOT(root) ((root)->rb_node == NULL) macro
141 while (!RB_EMPTY_ROOT(root_out)) { in del_hist_entries()
107 while (!RB_EMPTY_ROOT(root_out)) { in del_hist_entries()
248 !RB_EMPTY_ROOT(&child->rb_root); in callchain_node__init_have_children_rb_tree()251 !RB_EMPTY_ROOT(&child->rb_root); in callchain_node__init_have_children_rb_tree()268 chain->has_children = !RB_EMPTY_ROOT(&node->rb_root); in callchain_node__init_have_children()288 he->has_children = !RB_EMPTY_ROOT(&he->sorted_chain); in hist_entry__init_have_children()
753 al.map && !RB_EMPTY_ROOT(&al.map->dso->symbols[MAP__FUNCTION]) ? in perf_event__process_sample()775 RB_EMPTY_ROOT(&al.map->dso->symbols[MAP__FUNCTION])) { in perf_event__process_sample()
402 if (!RB_EMPTY_ROOT(&kdso->symbols[MAP__FUNCTION])) { in report__warn_kptr_restrict()
1430 if (RB_EMPTY_ROOT(root)) { in print_summary()