Home
last modified time | relevance | path

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

/tools/perf/util/
Devent.c598 struct map *thread__find_map(struct thread *thread, u8 cpumode, u64 addr, in thread__find_map() function
666 struct map *map = thread__find_map(thread, cpumode, addr, al); in thread__find_map_fb()
673 return thread__find_map(thread, addr_cpumode, addr, al); in thread__find_map_fb()
680 if (thread__find_map(thread, cpumode, addr, al)) in thread__find_symbol()
725 thread__find_map(thread, sample->cpumode, sample->ip, al); in machine__resolve()
Dthread.h120 struct map *thread__find_map(struct thread *thread, u8 cpumode, u64 addr,
Dunwind-libdw.c166 if (!thread__find_map(ui->thread, PERF_RECORD_MISC_USER, addr, &al)) { in access_dso_mem()
Dthread.c451 if (!thread__find_map(thread, cpumode, ip, &al)) { in thread__memcpy()
Dunwind-libunwind-local.c422 thread__find_map(ui->thread, PERF_RECORD_MISC_USER, ip, &al); in find_map()
Dbuild-id.c62 if (thread__find_map(thread, sample->cpumode, sample->ip, &al)) in build_id__mark_dso_hit()
Dintel-pt.c813 if (!thread__find_map(thread, cpumode, *ip, &al) || !map__dso(al.map)) { in intel_pt_walk_next_insn()
1008 if (!thread__find_map(thread, cpumode, ip, &al) || !map__dso(al.map)) in __intel_pt_pgd_ip()
3386 if (!thread__find_map(thread, cpumode, addr, al)) in intel_pt_find_map()
Dcs-etm.c983 if (!thread__find_map(tidq->thread, cpumode, address, &al)) in cs_etm__mem_access()
/tools/perf/tests/
Dmmap-thread-lookup.c195 thread__find_map(thread, PERF_RECORD_MISC_USER, in mmap_events()
Dcode-reading.c245 if (!thread__find_map(thread, cpumode, addr, &al) || !map__dso(al.map)) { in read_object_code()
/tools/perf/
Dbuiltin-script.c1075 if (!thread__find_map(thread, *cpumode, start, &al) || (dso = map__dso(al.map)) == NULL) { in grab_bb()
1150 thread__find_map(thread, cpumode, addr, &al); in print_srccode()
1196 thread__find_map(thread, cpumode, addr, &al); in ip__fprintf_sym()
Dbuiltin-inject.c763 if (thread__find_map(thread, sample->cpumode, sample->ip, &al)) { in perf_event__inject_buildid()