Home
last modified time | relevance | path

Searched refs:RB_EMPTY_ROOT (Results 1 – 7 of 7) sorted by relevance

/tools/include/linux/
Drbtree.h52 #define RB_EMPTY_ROOT(root) ((root)->rb_node == NULL) macro
/tools/perf/tests/
Dhists_cumulate.c141 while (!RB_EMPTY_ROOT(root_out)) { in del_hist_entries()
Dhists_output.c107 while (!RB_EMPTY_ROOT(root_out)) { in del_hist_entries()
/tools/perf/ui/browsers/
Dhists.c248 !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()
/tools/perf/
Dbuiltin-top.c753 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()
Dbuiltin-report.c402 if (!RB_EMPTY_ROOT(&kdso->symbols[MAP__FUNCTION])) { in report__warn_kptr_restrict()
/tools/perf/util/
Dannotate.c1430 if (RB_EMPTY_ROOT(root)) { in print_summary()