Searched refs:map_rb_node (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A 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 …]
|
H A D | maps.h | 19 struct map_rb_node { struct 34 struct map_rb_node *maps__first(struct maps *maps); argument 35 struct map_rb_node *map_rb_node__next(struct map_rb_node *node); 36 struct map_rb_node *maps__find_node(struct maps *maps, struct map *map);
|
H A D | vdso.c | 147 struct map_rb_node *rb_node; in machine__thread_dso_type()
|
H A D | thread.c | 353 struct map_rb_node *rb_node; in __thread__prepare_access()
|
H A D | unwind-libunwind-local.c | 309 struct map_rb_node *map_node; in read_unwind_spec_eh_frame()
|
H A 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() 3407 struct map_rb_node *pos; in machine__for_each_kernel_map()
|
H A D | symbol.c | 1121 struct map_rb_node *old_node; in do_validate_kcore_modules() 1247 struct map_rb_node *old_node, *next; in dso__load_kcore()
|
H A D | synthetic-events.c | 672 struct map_rb_node *pos; in perf_event__synthesize_modules()
|
H A D | probe-event.c | 156 struct map_rb_node *pos; in kernel_get_module_map()
|
/openbmc/linux/tools/perf/arch/x86/util/ |
H A D | event.c | 22 struct map_rb_node *pos; in perf_event__synthesize_extra_kmaps()
|
/openbmc/linux/tools/perf/tests/ |
H A D | maps.c | 19 struct map_rb_node *rb_node; in check_maps()
|
H A D | vmlinux-kallsyms.c | 122 struct map_rb_node *rb_node; in test__vmlinux_matches_kallsyms()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-report.c | 848 struct map_rb_node *rb_node; in maps__fprintf_task()
|