Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dthread.h79 void thread__find_addr_location(struct thread *thread,
Dunwind-libdw.c29 thread__find_addr_location(ui->thread, in __report_module()
Dthread.c228 thread__find_addr_location(thread, cpumodes[i], type, addr, al); in thread__find_cpumode_addr_location()
Dmachine.c1378 thread__find_addr_location(thread, m, MAP__VARIABLE, addr, &al); in ip__resolve_data()
1385 thread__find_addr_location(thread, m, MAP__FUNCTION, addr, &al); in ip__resolve_data()
1446 thread__find_addr_location(thread, *cpumode, MAP__FUNCTION, in add_callchain_ip()
Dunwind-libunwind.c520 thread__find_addr_location(thread, PERF_RECORD_MISC_USER, in entry()
Devent.c868 void thread__find_addr_location(struct thread *thread, in thread__find_addr_location() function
/linux-4.1.27/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.1.27/tools/perf/
Dbuiltin-trace.c1941 thread__find_addr_location(thread, cpumode, MAP__FUNCTION, in trace__pgfault()
1954 thread__find_addr_location(thread, cpumode, MAP__VARIABLE, in trace__pgfault()
1958 thread__find_addr_location(thread, cpumode, in trace__pgfault()
Dbuiltin-timechart.c532 thread__find_addr_location(al.thread, cpumode, in cat_backtrace()