Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/arch/powerpc/util/
Dskip-callchain-idx.c256 thread__find_symbol(thread, PERF_RECORD_MISC_USER, ip, &al); in arch_skip_callchain_idx()
/Linux-v6.6/tools/perf/util/
Dthread.h116 struct symbol *thread__find_symbol(struct thread *thread, u8 cpumode,
Dunwind-libdw.c53 thread__find_symbol(ui->thread, PERF_RECORD_MISC_USER, ip, al); in __report_module()
Ddata-convert-json.c222 ok = thread__find_symbol(al.thread, cpumode, ip, &tal); in process_sample_event()
Dthread.c426 thread__find_symbol(thread, cpumodes[i], addr, al); in thread__find_cpumode_addr_location()
Dunwind-libunwind-local.c648 e.ms.sym = thread__find_symbol(thread, PERF_RECORD_MISC_USER, ip, &al); in entry()
Devent.c676 struct symbol *thread__find_symbol(struct thread *thread, u8 cpumode, in thread__find_symbol() function
Dmachine.c2256 thread__find_symbol(thread, m, addr, &al); in ip__resolve_data()
2362 thread__find_symbol(thread, *cpumode, ip, &al); in add_callchain_ip()
/Linux-v6.6/tools/perf/
Dbuiltin-trace.c2955 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);
Dbuiltin-timechart.c555 if (thread__find_symbol(al.thread, cpumode, ip, &tal)) in cat_backtrace()