Home
last modified time | relevance | path

Searched refs:maps__find (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/tools/perf/arch/powerpc/tests/
H A Ddwarf-unwind.c29 map = maps__find(thread__maps(thread), (u64)sp); in sample_ustack()
/openbmc/linux/tools/perf/arch/arm64/tests/
H A Ddwarf-unwind.c29 map = maps__find(thread__maps(thread), (u64)sp); in sample_ustack()
/openbmc/linux/tools/perf/arch/arm/tests/
H A Ddwarf-unwind.c29 map = maps__find(thread__maps(thread), (u64)sp); in sample_ustack()
/openbmc/linux/tools/perf/arch/x86/tests/
H A Ddwarf-unwind.c29 map = maps__find(thread__maps(thread), (u64)sp); in sample_ustack()
/openbmc/linux/tools/perf/util/
H A Dmaps.h37 struct map *maps__find(struct maps *maps, u64 addr);
H A Dmaps.c201 struct map *map = maps__find(maps, addr); in maps__find_symbol()
245 ams->ms.map = maps__find(maps, ams->addr); in maps__find_ams()
430 struct map *maps__find(struct maps *maps, u64 ip) in maps__find() function
H A Devent.c514 al.map = map__get(maps__find(machine__kernel_maps(machine), tp->addr)); in perf_event__fprintf_text_poke()
644 al->map = map__get(maps__find(maps, al->addr)); in thread__find_map()
H A Dbpf-event.c57 struct map *map = maps__find(machine__kernel_maps(machine), addr); in machine__process_bpf_event_load()
H A Dmachine.c899 struct map *map = maps__find(machine__kernel_maps(machine), event->ksymbol.addr); in machine__process_ksymbol_register()
968 map = maps__find(machine__kernel_maps(machine), event->ksymbol.addr); in machine__process_ksymbol_unregister()
1001 struct map *map = maps__find(machine__kernel_maps(machine), event->text_poke.addr); in machine__process_text_poke()
1310 dest_map = maps__find(kmaps, map__pgoff(map)); in machine__map_x86_64_entry_trampolines()
H A Dsymbol.c785 curr_map = maps__find(kmaps, pos->start); in maps__split_kallsyms_for_kcore()
/openbmc/linux/tools/perf/tests/
H A Dvmlinux-kallsyms.c325 pair = maps__find(kallsyms.kmaps, mem_start); in test__vmlinux_matches_kallsyms()