Home
last modified time | relevance | path

Searched refs:thread__find_map (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.10/tools/perf/util/
Devent.c533 struct map *thread__find_map(struct thread *thread, u8 cpumode, u64 addr, in thread__find_map() function
601 struct map *map = thread__find_map(thread, cpumode, addr, al); in thread__find_map_fb()
608 return thread__find_map(thread, addr_cpumode, addr, al); in thread__find_map_fb()
615 if (thread__find_map(thread, cpumode, addr, al)) in thread__find_symbol()
643 thread__find_map(thread, sample->cpumode, sample->ip, al); in machine__resolve()
Dthread.h112 struct map *thread__find_map(struct thread *thread, u8 cpumode, u64 addr,
Dunwind-libdw.c111 if (!thread__find_map(ui->thread, PERF_RECORD_MISC_USER, addr, &al)) { in access_dso_mem()
Dthread.c446 if (!thread__find_map(thread, cpumode, ip, &al) || !al.map->dso || in thread__memcpy()
Dunwind-libunwind-local.c370 return thread__find_map(ui->thread, PERF_RECORD_MISC_USER, ip, &al); in find_map()
Dbuild-id.c60 if (thread__find_map(thread, sample->cpumode, sample->ip, &al)) in build_id__mark_dso_hit()
Dintel-pt.c591 if (!thread__find_map(thread, cpumode, *ip, &al) || !al.map->dso) in intel_pt_walk_next_insn()
744 if (!thread__find_map(thread, cpumode, ip, &al) || !al.map->dso) in __intel_pt_pgd_ip()
2639 if (!thread__find_map(thread, cpumode, addr, al)) in intel_pt_find_map()
Dcs-etm.c695 if (!thread__find_map(thread, cpumode, address, &al) || !al.map->dso) in cs_etm__mem_access()
/Linux-v5.10/tools/perf/tests/
Dmmap-thread-lookup.c194 thread__find_map(thread, PERF_RECORD_MISC_USER, in mmap_events()
Dcode-reading.c251 if (!thread__find_map(thread, cpumode, addr, &al) || !al.map->dso) { in read_object_code()
/Linux-v5.10/tools/perf/
Dbuiltin-inject.c572 if (thread__find_map(thread, sample->cpumode, sample->ip, &al)) { in perf_event__inject_buildid()
Dbuiltin-script.c999 if (!thread__find_map(thread, *cpumode, start, &al) || !al.map->dso) { in grab_bb()
1070 thread__find_map(thread, cpumode, addr, &al); in print_srccode()
1108 thread__find_map(thread, cpumode, addr, &al); in ip__fprintf_sym()