Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dmmap-thread-lookup.c198 thread__find_map(thread, PERF_RECORD_MISC_USER, in mmap_events()
229 * thread__find_map
H A Dcode-reading.c335 if (!thread__find_map(thread, cpumode, addr, &al) || !map__dso(al.map)) { in read_object_code()
341 pr_debug("thread__find_map failed\n"); in read_object_code()
/linux/tools/perf/util/
H A Dthread.c445 thread__find_map(thread, cpumodes[i], addr, al); in thread__find_cpumode_addr_location()
552 if (!thread__find_map(thread, cpumode, ip, &al)) { in thread__memcpy()
H A Ddebug.c342 if (thread && thread__find_map(thread, PERF_RECORD_MISC_USER, addr, &al)) { in __dump_stack()
H A Dthread.h118 struct map *thread__find_map(struct thread *thread, u8 cpumode, u64 addr,
H A Dunwind-libunwind-local.c439 thread__find_map(ui->thread, PERF_RECORD_MISC_USER, ip, &al); in find_map()
H A Dintel-pt.c815 if (!thread__find_map(thread, cpumode, *ip, &al) || !map__dso(al.map)) { in intel_pt_walk_next_insn()
1010 if (!thread__find_map(thread, cpumode, ip, &al) || !map__dso(al.map)) in __intel_pt_pgd_ip()
3636 if (!thread__find_map(thread, cpumode, addr, al)) in intel_pt_find_map()
H A Dcs-etm.c1127 if (!thread__find_map(tidq->thread, cpumode, address, &al)) in cs_etm__mem_access()
H A Dmachine.c2145 thread__find_map(thread, *cpumode, ip, &al); in add_callchain_ip()
/linux/tools/perf/
H A Dbuiltin-script.c1135 if (!thread__find_map(thread, *cpumode, start, &al) || (dso = map__dso(al.map)) == NULL) { in grab_bb()
1210 thread__find_map(thread, cpumode, addr, &al); in print_srccode()
1267 thread__find_map(thread, x->cpumode, ip, &al); in ip__fprintf_jump()
1319 thread__find_map(thread, cpumode, addr, &al); in ip__fprintf_sym()
H A Dbuiltin-inject.c945 if (thread__find_map(thread, sample->cpumode, sample->ip, &al)) { in perf_event__inject_buildid()