Searched refs:thread__find_addr_location (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | thread.h | 80 void thread__find_addr_location(struct thread *thread,
|
D | thread.c | 238 thread__find_addr_location(thread, cpumodes[i], type, addr, al); in thread__find_cpumode_addr_location()
|
D | unwind-libdw.c | 29 thread__find_addr_location(ui->thread, in __report_module()
|
D | unwind-libunwind.c | 530 thread__find_addr_location(thread, PERF_RECORD_MISC_USER, in entry()
|
D | machine.c | 1527 thread__find_addr_location(thread, m, MAP__VARIABLE, addr, &al); in ip__resolve_data() 1534 thread__find_addr_location(thread, m, MAP__FUNCTION, addr, &al); in ip__resolve_data() 1595 thread__find_addr_location(thread, *cpumode, MAP__FUNCTION, in add_callchain_ip()
|
D | event.c | 974 void thread__find_addr_location(struct thread *thread, in thread__find_addr_location() function
|
/linux-4.4.14/tools/perf/arch/powerpc/util/ |
D | skip-callchain-idx.c | 251 thread__find_addr_location(thread, PERF_RECORD_MISC_USER, in arch_skip_callchain_idx()
|
/linux-4.4.14/tools/perf/ |
D | builtin-trace.c | 2244 thread__find_addr_location(thread, cpumode, MAP__FUNCTION, in trace__pgfault() 2257 thread__find_addr_location(thread, cpumode, MAP__VARIABLE, in trace__pgfault() 2261 thread__find_addr_location(thread, cpumode, in trace__pgfault()
|
D | builtin-timechart.c | 532 thread__find_addr_location(al.thread, cpumode, in cat_backtrace()
|