Home
last modified time | relevance | path

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

/external/fio/lib/
Drbtree.h135 #define RB_EMPTY_ROOT(root) ((root)->rb_node == NULL) macro
/external/linux-tools-perf/src/include/linux/
Drbtree.h52 #define RB_EMPTY_ROOT(root) ((root)->rb_node == NULL) macro
/external/linux-tools-perf/src/tools/perf/ui/browsers/
Dhists.c156 !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()
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-top.c730 !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()
Dbuiltin-report.c525 if (!RB_EMPTY_ROOT(&kdso->symbols[MAP__FUNCTION])) { in __cmd_report()
/external/linux-tools-perf/src/tools/perf/util/
Dannotate.c1171 if (RB_EMPTY_ROOT(root)) { in print_summary()
/external/fio/
Dverify.c1071 if (!RB_EMPTY_ROOT(&td->io_hist_tree)) { in get_next_verify()