Searched refs:thread__find_symbol (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/tools/perf/arch/powerpc/util/ |
D | skip-callchain-idx.c | 255 thread__find_symbol(thread, PERF_RECORD_MISC_USER, ip, &al); in arch_skip_callchain_idx()
|
/linux-6.1.9/tools/perf/util/ |
D | thread.h | 118 struct symbol *thread__find_symbol(struct thread *thread, u8 cpumode,
|
D | unwind-libdw.c | 52 thread__find_symbol(ui->thread, PERF_RECORD_MISC_USER, ip, al); in __report_module()
|
D | data-convert-json.c | 212 ok = thread__find_symbol(al.thread, cpumode, ip, &tal); in process_sample_event()
|
D | thread.c | 420 thread__find_symbol(thread, cpumodes[i], addr, al); in thread__find_cpumode_addr_location()
|
D | unwind-libunwind-local.c | 625 e.ms.sym = thread__find_symbol(thread, PERF_RECORD_MISC_USER, ip, &al); in entry()
|
D | event.c | 649 struct symbol *thread__find_symbol(struct thread *thread, u8 cpumode, in thread__find_symbol() function
|
D | machine.c | 2197 thread__find_symbol(thread, m, addr, &al); in ip__resolve_data() 2298 thread__find_symbol(thread, *cpumode, ip, &al); in add_callchain_ip()
|
/linux-6.1.9/tools/perf/ |
D | builtin-trace.c | 2917 thread__find_symbol(thread, sample->cpumode, sample->ip, &al); 2929 thread__find_symbol(thread, sample->cpumode, sample->addr, &al); 2932 thread__find_symbol(thread, sample->cpumode, sample->addr, &al);
|
D | builtin-timechart.c | 552 if (thread__find_symbol(al.thread, cpumode, ip, &tal)) in cat_backtrace()
|