Searched refs:thread__find_map (Results 1 – 12 of 12) sorted by relevance
/linux/tools/perf/util/ |
H A D | event.c | 618 struct map *thread__find_map(struct thread *thread, u8 cpumode, u64 addr, in thread__find_map() function 686 struct map *map = thread__find_map(thread, cpumode, addr, al); in thread__find_map_fb() 693 return thread__find_map(thread, addr_cpumode, addr, al); in thread__find_map_fb() 700 if (thread__find_map(thread, cpumode, addr, al)) in thread__find_symbol() 745 thread__find_map(thread, sample->cpumode, sample->ip, al); in machine__resolve()
|
H A D | unwind-libdw.c | 166 if (!thread__find_map(ui->thread, PERF_RECORD_MISC_USER, addr, &al)) { in access_dso_mem()
|
H A D | thread.h | 114 struct map *thread__find_map(struct thread *thread, u8 cpumode, u64 addr,
|
H A D | thread.c | 449 if (!thread__find_map(thread, cpumode, ip, &al)) { in thread__memcpy()
|
H A D | unwind-libunwind-local.c | 441 thread__find_map(ui->thread, PERF_RECORD_MISC_USER, ip, &al); in find_map()
|
H A D | build-id.c | 62 if (thread__find_map(thread, sample->cpumode, sample->ip, &al)) in build_id__mark_dso_hit()
|
H A D | intel-pt.c | 813 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()
|
H A D | cs-etm.c | 1120 if (!thread__find_map(tidq->thread, cpumode, address, &al)) in cs_etm__mem_access()
|
/linux/tools/perf/tests/ |
H A D | mmap-thread-lookup.c | 195 thread__find_map(thread, PERF_RECORD_MISC_USER, in mmap_events()
|
H A D | code-reading.c | 245 if (!thread__find_map(thread, cpumode, addr, &al) || !map__dso(al.map)) { in read_object_code() 251 pr_debug("thread__find_map failed\n"); in read_object_code()
|
/linux/tools/perf/ |
H A D | builtin-script.c | 1104 if (!thread__find_map(thread, *cpumode, start, &al) || (dso = map__dso(al.map)) == NULL) { in grab_bb() 1179 thread__find_map(thread, cpumode, addr, &al); in print_srccode() 1237 thread__find_map(thread, x->cpumode, ip, &al); in ip__fprintf_jump() 1289 thread__find_map(thread, cpumode, addr, &al); in ip__fprintf_sym()
|
H A D | builtin-inject.c | 939 if (thread__find_map(thread, sample->cpumode, sample->ip, &al)) { in perf_event__inject_buildid()
|