Home
last modified time | relevance | path

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

/tools/perf/tests/
A Dhists_cumulate.c144 while (!RB_EMPTY_ROOT(&root_out->rb_root)) { in del_hist_entries()
237 TEST_ASSERT_VAL("callchains expected", !RB_EMPTY_ROOT(root)); in do_test()
A Dhists_output.c109 while (!RB_EMPTY_ROOT(&root_out->rb_root)) { in del_hist_entries()
/tools/include/linux/
A Drbtree.h39 #define RB_EMPTY_ROOT(root) (READ_ONCE((root)->rb_node) == NULL) macro
/tools/perf/util/
A Dbpf-trace-summary.c448 if (!RB_EMPTY_ROOT(&cgroups)) { in trace_cleanup_bpf_summary()
A Dcgroup.c589 while (!RB_EMPTY_ROOT(&env->cgroups.tree)) { in perf_env__purge_cgroups()
A Dannotate-data.c696 while (!RB_EMPTY_ROOT(root)) { in global_var_type__tree_delete()
791 if (RB_EMPTY_ROOT(dso__global_vars(dso))) in get_global_var_type()
1705 while (!RB_EMPTY_ROOT(root)) { in annotated_data_type__tree_delete()
A Ddso.h738 return !RB_EMPTY_ROOT(&RC_CHK_ACCESS(dso)->symbols.rb_root); in dso__has_symbols()
A Dbpf_lock_contention.c840 while (!RB_EMPTY_ROOT(&con->cgroups)) { in lock_contention_finish()
A Dannotate.c1157 if (RB_EMPTY_ROOT(root)) { in print_summary()
A Dhist.c3033 while (!RB_EMPTY_ROOT(&root->rb_root)) { in hists__delete_remaining_entries()
/tools/perf/ui/browsers/
A Dhists.c342 !RB_EMPTY_ROOT(&child->rb_root); in callchain_node__init_have_children_rb_tree()
345 !RB_EMPTY_ROOT(&child->rb_root); in callchain_node__init_have_children_rb_tree()
362 chain->has_children = !RB_EMPTY_ROOT(&node->rb_root); in callchain_node__init_have_children()
388 he->has_children = !RB_EMPTY_ROOT(&he->sorted_chain); in hist_entry__init_have_children()
391 he->has_children = !RB_EMPTY_ROOT(&he->hroot_out.rb_root); in hist_entry__init_have_children()

Completed in 33 milliseconds