Searched refs:thread__find_addr_map (Results 1 – 7 of 7) sorted by relevance
/external/linux-tools-perf/src/tools/perf/util/ |
D | thread.h | 48 void thread__find_addr_map(struct thread *thread, struct machine *machine,
|
D | build-id.c | 36 thread__find_addr_map(thread, machine, cpumode, MAP__FUNCTION, in build_id__mark_dso_hit()
|
D | event.c | 622 void thread__find_addr_map(struct thread *self, in thread__find_addr_map() function 705 thread__find_addr_map(thread, machine, cpumode, type, addr, al); in thread__find_addr_location() 741 thread__find_addr_map(thread, machine, cpumode, MAP__FUNCTION, in perf_event__preprocess_sample()
|
D | unwind.c | 274 thread__find_addr_map(ui->thread, ui->machine, PERF_RECORD_MISC_USER, in find_map() 351 thread__find_addr_map(ui->thread, ui->machine, PERF_RECORD_MISC_USER, in access_dso_mem()
|
/external/linux-tools-perf/src/tools/perf/tests/ |
D | code-reading.c | 149 thread__find_addr_map(thread, machine, cpumode, MAP__FUNCTION, addr, in read_object_code()
|
/external/linux-tools-perf/src/tools/perf/ |
D | builtin-inject.c | 221 thread__find_addr_map(thread, machine, cpumode, MAP__FUNCTION, in perf_event__inject_buildid()
|
D | builtin-script.c | 363 thread__find_addr_map(thread, machine, cpumode, MAP__FUNCTION, in print_sample_addr() 366 thread__find_addr_map(thread, machine, cpumode, MAP__VARIABLE, in print_sample_addr()
|