Searched refs:thread__find_addr_map (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | thread.h | 76 void thread__find_addr_map(struct thread *thread,
|
D | event.c | 898 void thread__find_addr_map(struct thread *thread, u8 cpumode, in thread__find_addr_map() function 978 thread__find_addr_map(thread, cpumode, type, addr, al); in thread__find_addr_location() 1014 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, sample->ip, al); in perf_event__preprocess_sample() 1097 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, sample->addr, al); in perf_event__preprocess_sample_addr() 1099 thread__find_addr_map(thread, cpumode, MAP__VARIABLE, in perf_event__preprocess_sample_addr()
|
D | unwind-libdw.c | 92 thread__find_addr_map(ui->thread, PERF_RECORD_MISC_USER, in access_dso_mem()
|
D | unwind-libunwind.c | 320 thread__find_addr_map(ui->thread, PERF_RECORD_MISC_USER, in find_map() 422 thread__find_addr_map(ui->thread, PERF_RECORD_MISC_USER, in access_dso_mem()
|
D | build-id.c | 41 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, sample->ip, &al); in build_id__mark_dso_hit()
|
D | intel-bts.c | 334 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, ip, &al); in intel_bts_get_next_insn()
|
D | intel-pt.c | 445 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, *ip, &al); in intel_pt_walk_next_insn()
|
/linux-4.4.14/tools/perf/tests/ |
D | mmap-thread-lookup.c | 190 thread__find_addr_map(thread, in mmap_events()
|
D | code-reading.c | 189 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, addr, &al); in read_object_code()
|
/linux-4.4.14/tools/perf/ |
D | builtin-inject.c | 370 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, sample->ip, &al); in perf_event__inject_buildid()
|
D | builtin-script.c | 483 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, from, &alf); in print_sample_brstacksym() 487 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, to, &alt); in print_sample_brstacksym()
|