Searched refs:thread__find_symbol (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/tools/perf/arch/powerpc/util/ |
H A D | skip-callchain-idx.c | 256 thread__find_symbol(thread, PERF_RECORD_MISC_USER, ip, &al); in arch_skip_callchain_idx()
|
/openbmc/linux/tools/perf/util/ |
H A D | unwind-libdw.c | 54 thread__find_symbol(ui->thread, PERF_RECORD_MISC_USER, ip, al); in __report_module()
|
H A D | thread.h | 125 struct symbol *thread__find_symbol(struct thread *thread, u8 cpumode,
|
H A D | data-convert-json.c | 222 ok = thread__find_symbol(al.thread, cpumode, ip, &tal); in process_sample_event()
|
H A D | thread.c | 422 thread__find_symbol(thread, cpumodes[i], addr, al); in thread__find_cpumode_addr_location()
|
H A D | unwind-libunwind-local.c | 648 e.ms.sym = thread__find_symbol(thread, PERF_RECORD_MISC_USER, ip, &al); in entry()
|
H A D | event.c | 676 struct symbol *thread__find_symbol(struct thread *thread, u8 cpumode, in thread__find_symbol() function
|
H A D | machine.c | 2260 thread__find_symbol(thread, m, addr, &al); in ip__resolve_data() 2366 thread__find_symbol(thread, *cpumode, ip, &al); in add_callchain_ip()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-trace.c | 2955 thread__find_symbol(thread, sample->cpumode, sample->ip, &al); 2967 thread__find_symbol(thread, sample->cpumode, sample->addr, &al); 2970 thread__find_symbol(thread, sample->cpumode, sample->addr, &al);
|
H A D | builtin-timechart.c | 555 if (thread__find_symbol(al.thread, cpumode, ip, &tal)) in cat_backtrace()
|