Searched refs:thread__find_map (Results 1 – 11 of 11) sorted by relevance
/linux/tools/perf/tests/ |
H A D | mmap-thread-lookup.c | 198 thread__find_map(thread, PERF_RECORD_MISC_USER, in mmap_events() 229 * thread__find_map
|
H A D | code-reading.c | 335 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 D | thread.c | 445 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 D | debug.c | 342 if (thread && thread__find_map(thread, PERF_RECORD_MISC_USER, addr, &al)) { in __dump_stack()
|
H A D | thread.h | 118 struct map *thread__find_map(struct thread *thread, u8 cpumode, u64 addr,
|
H A D | unwind-libunwind-local.c | 439 thread__find_map(ui->thread, PERF_RECORD_MISC_USER, ip, &al); in find_map()
|
H A D | intel-pt.c | 815 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 D | cs-etm.c | 1127 if (!thread__find_map(tidq->thread, cpumode, address, &al)) in cs_etm__mem_access()
|
H A D | machine.c | 2145 thread__find_map(thread, *cpumode, ip, &al); in add_callchain_ip()
|
/linux/tools/perf/ |
H A D | builtin-script.c | 1135 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 D | builtin-inject.c | 945 if (thread__find_map(thread, sample->cpumode, sample->ip, &al)) { in perf_event__inject_buildid()
|