Home
last modified time | relevance | path

Searched refs:RB_ROOT (Results 1 – 14 of 14) sorted by relevance

/tools/include/linux/
Drbtree.h36 #define RB_ROOT (struct rb_root) { NULL, } macro
/tools/perf/util/
Dcall-path.c23 cp->children = RB_ROOT; in call_path__init()
Drb_resort.h109 sorted->entries = RB_ROOT; \
Dmem2node.c54 map->root = RB_ROOT; in mem2node__init()
Denv.c198 env->bpf_progs.infos = RB_ROOT; in perf_env__init()
199 env->bpf_progs.btfs = RB_ROOT; in perf_env__init()
Dcallchain.h173 root->node.rb_root_in = RB_ROOT; in callchain_init()
Dcallchain.c439 *rb_root = RB_ROOT; in sort_chain_flat()
449 node->rb_root = RB_ROOT; in __sort_chain_graph_abs()
478 node->rb_root = RB_ROOT; in __sort_chain_graph_rel()
544 parent->rb_root_in = RB_ROOT; in create_child()
Dmap.c577 maps->entries = RB_ROOT; in maps__init()
578 maps->names = RB_ROOT; in maps__init()
Dsymbol.c1017 struct rb_root from_modules = RB_ROOT; in compare_proc_modules()
1018 struct rb_root to_modules = RB_ROOT; in compare_proc_modules()
1064 struct rb_root modules = RB_ROOT; in do_validate_kcore_modules()
Dannotate.c2646 struct rb_root tmp_root = RB_ROOT; in annotation__calc_lines()
2687 struct rb_root source_line = RB_ROOT; in symbol__tty_annotate2()
2715 struct rb_root source_line = RB_ROOT; in symbol__tty_annotate()
Ddso.c1174 dso->data.cache = RB_ROOT; in dso__new()
Dmachine.c48 dsos->root = RB_ROOT; in dsos__init()
/tools/lib/lockdep/
Dpreload.c39 static struct rb_root locks = RB_ROOT;
/tools/perf/ui/browsers/
Dannotate.c310 browser->entries = RB_ROOT; in annotate_browser__calc_percent()