Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dthread.h95 struct map *thread__find_map(struct thread *thread, u8 cpumode, u64 addr,
Dunwind-libdw.c107 if (!thread__find_map(ui->thread, PERF_RECORD_MISC_USER, addr, &al)) { in access_dso_mem()
Devent.c1519 struct map *thread__find_map(struct thread *thread, u8 cpumode, u64 addr, in thread__find_map() function
1583 if (thread__find_map(thread, cpumode, addr, al)) in thread__find_symbol()
1602 thread__find_map(thread, sample->cpumode, sample->ip, al); in machine__resolve()
1681 thread__find_map(thread, sample->cpumode, sample->addr, al); in thread__resolve()
Dunwind-libunwind-local.c369 return thread__find_map(ui->thread, PERF_RECORD_MISC_USER, ip, &al); in find_map()
Dbuild-id.c50 if (thread__find_map(thread, sample->cpumode, sample->ip, &al)) in build_id__mark_dso_hit()
Dintel-bts.c338 if (!thread__find_map(thread, cpumode, ip, &al) || !al.map->dso) in intel_bts_get_next_insn()
Dcs-etm.c273 if (!thread__find_map(thread, cpumode, address, &al) || !al.map->dso) in cs_etm__mem_access()
Dintel-pt.c445 if (!thread__find_map(thread, cpumode, *ip, &al) || !al.map->dso) in intel_pt_walk_next_insn()
598 if (!thread__find_map(thread, cpumode, ip, &al) || !al.map->dso) in __intel_pt_pgd_ip()
/Linux-v4.19/tools/perf/tests/
Dmmap-thread-lookup.c191 thread__find_map(thread, PERF_RECORD_MISC_USER, in mmap_events()
Dcode-reading.c240 if (!thread__find_map(thread, cpumode, addr, &al) || !al.map->dso) { in read_object_code()
/Linux-v4.19/tools/perf/
Dbuiltin-script.c730 thread__find_map(thread, sample->cpumode, from, &alf); in perf_sample__fprintf_brstack()
731 thread__find_map(thread, sample->cpumode, to, &alt); in perf_sample__fprintf_brstack()
822 if (thread__find_map(thread, sample->cpumode, from, &alf) && in perf_sample__fprintf_brstackoff()
826 if (thread__find_map(thread, sample->cpumode, to, &alt) && in perf_sample__fprintf_brstackoff()
890 if (!thread__find_map(thread, *cpumode, start, &al) || !al.map->dso) { in grab_bb()
940 thread__find_map(thread, cpumode, addr, &al); in ip__fprintf_sym()
Dbuiltin-inject.c443 if (thread__find_map(thread, sample->cpumode, sample->ip, &al)) { in perf_event__inject_buildid()
/Linux-v4.19/tools/perf/util/scripting-engines/
Dtrace-event-python.c497 thread__find_map(thread, sample->cpumode, in python_process_brstack()
503 thread__find_map(thread, sample->cpumode, in python_process_brstack()