Home
last modified time | relevance | path

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

/linux/tools/perf/arch/powerpc/util/
H A Dskip-callchain-idx.c226 thread__find_symbol(thread, PERF_RECORD_MISC_USER, ip, &al); in arch_skip_callchain_idx()
/linux/tools/perf/util/
H A Dthread.h127 struct symbol *thread__find_symbol(struct thread *thread, u8 cpumode,
H A Dunwind-libdw.c79 thread__find_symbol(ui->thread, PERF_RECORD_MISC_USER, ip, al); in __report_module()
H A Ddata-convert-json.c237 ok = thread__find_symbol(al.thread, cpumode, ip, &tal); in process_sample_event()
H A Dcapstone.c199 thread__find_symbol(thread, cpumode, op->imm, &al)) { in print_insn_x86()
H A Dthread.c443 thread__find_symbol(thread, cpumodes[i], addr, al); in thread__find_cpumode_addr_location()
H A Dunwind-libunwind-local.c668 e.ms.sym = thread__find_symbol(thread, PERF_RECORD_MISC_USER, ip, &al); in entry()
H A Devent.c770 struct symbol *thread__find_symbol(struct thread *thread, u8 cpumode, in thread__find_symbol() function
H A Dmachine.c2035 thread__find_symbol(thread, m, addr, &al); in ip__resolve_data()
2197 thread__find_symbol(thread, *cpumode, ip, &al); in add_callchain_ip()
/linux/tools/perf/
H A Dbuiltin-trace.c3403 thread__find_symbol(thread, sample->cpumode, sample->ip, &al); in trace__pgfault()
3415 thread__find_symbol(thread, sample->cpumode, sample->addr, &al); in trace__pgfault()
3418 thread__find_symbol(thread, sample->cpumode, sample->addr, &al); in trace__pgfault()
H A Dbuiltin-timechart.c555 if (thread__find_symbol(al.thread, cpumode, ip, &tal)) in cat_backtrace()