Lines Matching refs:rb_root

166 void symbols__fixup_duplicate(struct rb_root *symbols)  in symbols__fixup_duplicate()
200 void symbols__fixup_end(struct rb_root *symbols) in symbols__fixup_end()
285 void symbols__delete(struct rb_root *symbols) in symbols__delete()
298 void __symbols__insert(struct rb_root *symbols, struct symbol *sym, bool kernel) in __symbols__insert()
328 void symbols__insert(struct rb_root *symbols, struct symbol *sym) in symbols__insert()
333 static struct symbol *symbols__find(struct rb_root *symbols, u64 ip) in symbols__find()
356 static struct symbol *symbols__first(struct rb_root *symbols) in symbols__first()
366 static struct symbol *symbols__last(struct rb_root *symbols) in symbols__last()
386 static void symbols__insert_by_name(struct rb_root *symbols, struct symbol *sym) in symbols__insert_by_name()
406 static void symbols__sort_by_name(struct rb_root *symbols, in symbols__sort_by_name()
407 struct rb_root *source) in symbols__sort_by_name()
434 static struct symbol *symbols__find_by_name(struct rb_root *symbols, in symbols__find_by_name()
646 struct rb_root *root = &dso->symbols; in map__process_kallsym_symbol()
683 struct rb_root old_root = dso->symbols; in map_groups__split_kallsyms_for_kcore()
684 struct rb_root *root = &dso->symbols; in map_groups__split_kallsyms_for_kcore()
736 struct rb_root *root = &dso->symbols; in map_groups__split_kallsyms()
896 static void add_module(struct module_info *mi, struct rb_root *modules) in add_module()
914 static void delete_modules(struct rb_root *modules) in delete_modules()
929 struct rb_root *modules) in find_module()
953 struct rb_root *modules = arg; in __read_proc_modules()
973 static int read_proc_modules(const char *filename, struct rb_root *modules) in read_proc_modules()
988 struct rb_root from_modules = RB_ROOT; in compare_proc_modules()
989 struct rb_root to_modules = RB_ROOT; in compare_proc_modules()
1035 struct rb_root modules = RB_ROOT; in do_validate_kcore_modules()