Searched refs:thread__find_addr_map (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | event.c | 792 void thread__find_addr_map(struct thread *thread, u8 cpumode, in thread__find_addr_map() function 872 thread__find_addr_map(thread, cpumode, type, addr, al); in thread__find_addr_location() 904 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, sample->ip, al); in perf_event__preprocess_sample() 968 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, sample->addr, al); in perf_event__preprocess_sample_addr() 970 thread__find_addr_map(thread, cpumode, MAP__VARIABLE, in perf_event__preprocess_sample_addr()
|
D | thread.h | 75 void thread__find_addr_map(struct thread *thread,
|
D | unwind-libdw.c | 92 thread__find_addr_map(ui->thread, PERF_RECORD_MISC_USER, in access_dso_mem()
|
D | unwind-libunwind.c | 318 thread__find_addr_map(ui->thread, PERF_RECORD_MISC_USER, in find_map() 412 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()
|
/linux-4.1.27/tools/perf/tests/ |
D | mmap-thread-lookup.c | 190 thread__find_addr_map(thread, in mmap_events()
|
D | code-reading.c | 147 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, addr, &al); in read_object_code()
|
/linux-4.1.27/tools/perf/ |
D | builtin-inject.c | 227 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, sample->ip, &al); in perf_event__inject_buildid()
|