Searched refs:thread__find_map (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/perf/util/ |
| A D | event.c | 570 struct map *thread__find_map(struct thread *thread, u8 cpumode, u64 addr, in thread__find_map() function 638 struct map *map = thread__find_map(thread, cpumode, addr, al); in thread__find_map_fb() 645 return thread__find_map(thread, addr_cpumode, addr, al); in thread__find_map_fb() 652 if (thread__find_map(thread, cpumode, addr, al)) in thread__find_symbol() 693 thread__find_map(thread, sample->cpumode, sample->ip, al); in machine__resolve()
|
| A D | thread.h | 112 struct map *thread__find_map(struct thread *thread, u8 cpumode, u64 addr,
|
| A D | unwind-libdw.c | 138 if (!thread__find_map(ui->thread, PERF_RECORD_MISC_USER, addr, &al)) { in access_dso_mem()
|
| A D | thread.c | 446 if (!thread__find_map(thread, cpumode, ip, &al) || !al.map->dso || in thread__memcpy()
|
| A D | unwind-libunwind-local.c | 370 return thread__find_map(ui->thread, PERF_RECORD_MISC_USER, ip, &al); in find_map()
|
| A D | build-id.c | 61 if (thread__find_map(thread, sample->cpumode, sample->ip, &al)) in build_id__mark_dso_hit()
|
| A D | intel-pt.c | 734 if (!thread__find_map(thread, cpumode, *ip, &al) || !al.map->dso) in intel_pt_walk_next_insn() 895 if (!thread__find_map(thread, cpumode, ip, &al) || !al.map->dso) in __intel_pt_pgd_ip() 2969 if (!thread__find_map(thread, cpumode, addr, al)) in intel_pt_find_map()
|
| A D | cs-etm.c | 724 if (!thread__find_map(thread, cpumode, address, &al) || !al.map->dso) in cs_etm__mem_access()
|
| /linux/tools/perf/tests/ |
| A D | mmap-thread-lookup.c | 194 thread__find_map(thread, PERF_RECORD_MISC_USER, in mmap_events()
|
| A D | code-reading.c | 243 if (!thread__find_map(thread, cpumode, addr, &al) || !al.map->dso) { in read_object_code()
|
| /linux/tools/perf/ |
| A D | builtin-inject.c | 601 if (thread__find_map(thread, sample->cpumode, sample->ip, &al)) { in perf_event__inject_buildid()
|
| A D | builtin-script.c | 1041 if (!thread__find_map(thread, *cpumode, start, &al) || !al.map->dso) { in grab_bb() 1112 thread__find_map(thread, cpumode, addr, &al); in print_srccode() 1150 thread__find_map(thread, cpumode, addr, &al); in ip__fprintf_sym()
|
Completed in 39 milliseconds