Searched refs:thread__find_map (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | thread.h | 95 struct map *thread__find_map(struct thread *thread, u8 cpumode, u64 addr,
|
D | unwind-libdw.c | 107 if (!thread__find_map(ui->thread, PERF_RECORD_MISC_USER, addr, &al)) { in access_dso_mem()
|
D | event.c | 1519 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()
|
D | unwind-libunwind-local.c | 369 return thread__find_map(ui->thread, PERF_RECORD_MISC_USER, ip, &al); in find_map()
|
D | build-id.c | 50 if (thread__find_map(thread, sample->cpumode, sample->ip, &al)) in build_id__mark_dso_hit()
|
D | intel-bts.c | 338 if (!thread__find_map(thread, cpumode, ip, &al) || !al.map->dso) in intel_bts_get_next_insn()
|
D | cs-etm.c | 273 if (!thread__find_map(thread, cpumode, address, &al) || !al.map->dso) in cs_etm__mem_access()
|
D | intel-pt.c | 445 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/ |
D | mmap-thread-lookup.c | 191 thread__find_map(thread, PERF_RECORD_MISC_USER, in mmap_events()
|
D | code-reading.c | 240 if (!thread__find_map(thread, cpumode, addr, &al) || !al.map->dso) { in read_object_code()
|
/Linux-v4.19/tools/perf/ |
D | builtin-script.c | 730 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()
|
D | builtin-inject.c | 443 if (thread__find_map(thread, sample->cpumode, sample->ip, &al)) { in perf_event__inject_buildid()
|
/Linux-v4.19/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 497 thread__find_map(thread, sample->cpumode, in python_process_brstack() 503 thread__find_map(thread, sample->cpumode, in python_process_brstack()
|