Home
last modified time | relevance | path

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

/tools/include/linux/
Drbtree.h49 #define RB_ROOT (struct rb_root) { NULL, } macro
/tools/perf/util/
Drblist.c97 rblist->entries = RB_ROOT; in rblist__init()
Dcall-path.c31 cp->children = RB_ROOT; in call_path__init()
Drb_resort.h108 sorted->entries = RB_ROOT; \
Dcallchain.h150 root->node.rb_root_in = RB_ROOT; in callchain_init()
Dcallchain.c293 *rb_root = RB_ROOT; in sort_chain_flat()
303 node->rb_root = RB_ROOT; in __sort_chain_graph_abs()
332 node->rb_root = RB_ROOT; in __sort_chain_graph_rel()
398 parent->rb_root_in = RB_ROOT; in create_child()
Dhist.c423 he->hroot_in = RB_ROOT; in hist_entry__init()
424 he->hroot_out = RB_ROOT; in hist_entry__init()
1598 *root_out = RB_ROOT; in hists__hierarchy_output_resort()
1719 hists->entries = RB_ROOT; in output_resort()
1960 struct rb_root new_root = RB_ROOT; in resort_filtered_entry()
1995 struct rb_root new_root = RB_ROOT; in hists__filter_hierarchy()
2465 hists->entries_in_array[0] = hists->entries_in_array[1] = RB_ROOT; in __hists__init()
2467 hists->entries_collapsed = RB_ROOT; in __hists__init()
2468 hists->entries = RB_ROOT; in __hists__init()
Dsymbol.c659 *root = RB_ROOT; in dso__split_kallsyms_for_kcore()
945 struct rb_root from_modules = RB_ROOT; in compare_proc_modules()
946 struct rb_root to_modules = RB_ROOT; in compare_proc_modules()
987 struct rb_root modules = RB_ROOT; in do_validate_kcore_modules()
Ddso.c1066 dso->symbols[i] = dso->symbol_names[i] = RB_ROOT; in dso__new()
1067 dso->data.cache = RB_ROOT; in dso__new()
Dmachine.c22 dsos->root = RB_ROOT; in dsos__init()
33 machine->threads = RB_ROOT; in machine__init()
149 machines->guests = RB_ROOT; in machines__init()
Dmap.c477 maps->entries = RB_ROOT; in maps__init()
Dannotate.c1552 struct rb_root tmp_root = RB_ROOT; in symbol__get_source_line()
1802 struct rb_root source_line = RB_ROOT; in symbol__tty_annotate()
/tools/lib/lockdep/
Dpreload.c37 static struct rb_root locks = RB_ROOT;
/tools/perf/ui/browsers/
Dannotate.c386 browser->entries = RB_ROOT; in annotate_browser__calc_percent()