Searched refs:map_rb_node (Results 1 – 13 of 13) sorted by relevance
/linux-6.6.21/tools/perf/util/ |
D | maps.c | 41 struct map_rb_node *m, *new_rb_node; in __maps__insert() 52 m = rb_entry(parent, struct map_rb_node, rb_node); in __maps__insert() 113 static void __maps__remove(struct maps *maps, struct map_rb_node *rb_node) in __maps__remove() 122 struct map_rb_node *rb_node; in maps__remove() 139 struct map_rb_node *pos, *next; in __maps__purge() 216 struct map_rb_node *pos; in maps__find_symbol_by_name() 259 struct map_rb_node *pos; in maps__fprintf() 294 struct map_rb_node *pos = rb_entry(next, struct map_rb_node, rb_node); in maps__fixup_overlappings() 307 struct map_rb_node *pos = rb_entry(next, struct map_rb_node, rb_node); in maps__fixup_overlappings() 390 struct map_rb_node *rb_node; in maps__clone() [all …]
|
D | maps.h | 19 struct map_rb_node { struct 24 struct map_rb_node *maps__first(struct maps *maps); argument 25 struct map_rb_node *map_rb_node__next(struct map_rb_node *node); 26 struct map_rb_node *maps__find_node(struct maps *maps, struct map *map);
|
D | symbol.c | 276 struct map_rb_node *prev = NULL, *curr; in maps__fixup_end() 1154 struct map_rb_node *old_node; in do_validate_kcore_modules() 1280 struct map_rb_node *rb_node; in maps__merge_in() 1377 struct map_rb_node *old_node, *next; in dso__load_kcore() 2103 struct map_rb_node *rb_node; in map__groups__sort_by_name_from_rbtree() 2145 struct map_rb_node *rb_node; in maps__find_by_name()
|
D | vdso.c | 147 struct map_rb_node *rb_node; in machine__thread_dso_type()
|
D | thread.c | 357 struct map_rb_node *rb_node; in __thread__prepare_access()
|
D | unwind-libunwind-local.c | 309 struct map_rb_node *map_node; in read_unwind_spec_eh_frame()
|
D | machine.c | 1296 struct map_rb_node *rb_node; in machine__map_x86_64_entry_trampolines() 1754 struct map_rb_node *rb_node = maps__find_node(machine__kernel_maps(machine), in machine__create_kernel_maps() 1756 struct map_rb_node *next = map_rb_node__next(rb_node); in machine__create_kernel_maps() 3403 struct map_rb_node *pos; in machine__for_each_kernel_map()
|
D | synthetic-events.c | 672 struct map_rb_node *pos; in perf_event__synthesize_modules()
|
D | probe-event.c | 155 struct map_rb_node *pos; in kernel_get_module_map()
|
/linux-6.6.21/tools/perf/arch/x86/util/ |
D | event.c | 22 struct map_rb_node *pos; in perf_event__synthesize_extra_kmaps()
|
/linux-6.6.21/tools/perf/tests/ |
D | maps.c | 19 struct map_rb_node *rb_node; in check_maps()
|
D | vmlinux-kallsyms.c | 122 struct map_rb_node *rb_node; in test__vmlinux_matches_kallsyms()
|
/linux-6.6.21/tools/perf/ |
D | builtin-report.c | 850 struct map_rb_node *rb_node; in maps__fprintf_task()
|