Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dthread.h117 struct symbol *thread__find_symbol(struct thread *thread, u8 cpumode,
H A Dunwind-libdw.c52 thread__find_symbol(ui->thread, PERF_RECORD_MISC_USER, ip, al); in __report_module()
H A Dthread.c419 thread__find_symbol(thread, cpumodes[i], addr, al); in thread__find_cpumode_addr_location()
H A Dunwind-libunwind-local.c578 e.ms.sym = thread__find_symbol(thread, PERF_RECORD_MISC_USER, ip, &al); in entry()
H A Devent.c611 struct symbol *thread__find_symbol(struct thread *thread, u8 cpumode, in thread__find_symbol() function
H A Dmachine.c2032 thread__find_symbol(thread, m, addr, &al); in ip__resolve_data()
2130 thread__find_symbol(thread, *cpumode, ip, &al); in add_callchain_ip()
/OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/util/
H A Dskip-callchain-idx.c255 thread__find_symbol(thread, PERF_RECORD_MISC_USER, ip, &al); in arch_skip_callchain_idx()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-trace.c2889 thread__find_symbol(thread, sample->cpumode, sample->ip, &al);
2901 thread__find_symbol(thread, sample->cpumode, sample->addr, &al);
2904 thread__find_symbol(thread, sample->cpumode, sample->addr, &al);
H A Dbuiltin-timechart.c534 if (thread__find_symbol(al.thread, cpumode, ip, &tal)) in cat_backtrace()