Home
last modified time | relevance | path

Searched refs:thread__find_addr_location (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dthread.h80 void thread__find_addr_location(struct thread *thread,
Dthread.c238 thread__find_addr_location(thread, cpumodes[i], type, addr, al); in thread__find_cpumode_addr_location()
Dunwind-libdw.c29 thread__find_addr_location(ui->thread, in __report_module()
Dunwind-libunwind.c530 thread__find_addr_location(thread, PERF_RECORD_MISC_USER, in entry()
Dmachine.c1527 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()
Devent.c974 void thread__find_addr_location(struct thread *thread, in thread__find_addr_location() function
/linux-4.4.14/tools/perf/arch/powerpc/util/
Dskip-callchain-idx.c251 thread__find_addr_location(thread, PERF_RECORD_MISC_USER, in arch_skip_callchain_idx()
/linux-4.4.14/tools/perf/
Dbuiltin-trace.c2244 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()
Dbuiltin-timechart.c532 thread__find_addr_location(al.thread, cpumode, in cat_backtrace()