Searched refs:thread__find_symbol (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/tools/perf/util/ |
| D | thread.h | 104 struct symbol *thread__find_symbol(struct thread *thread, u8 cpumode,
|
| D | unwind-libdw.c | 38 thread__find_symbol(ui->thread, PERF_RECORD_MISC_USER, ip, al); in __report_module()
|
| D | thread.c | 419 thread__find_symbol(thread, cpumodes[i], addr, al); in thread__find_cpumode_addr_location()
|
| D | unwind-libunwind-local.c | 578 e.sym = thread__find_symbol(thread, PERF_RECORD_MISC_USER, ip, &al); in entry()
|
| D | event.c | 535 struct symbol *thread__find_symbol(struct thread *thread, u8 cpumode, in thread__find_symbol() function
|
| D | machine.c | 1980 thread__find_symbol(thread, m, addr, &al); in ip__resolve_data() 2074 thread__find_symbol(thread, *cpumode, ip, &al); in add_callchain_ip()
|
| /Linux-v5.4/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-v5.4/tools/perf/ |
| D | builtin-trace.c | 2485 thread__find_symbol(thread, sample->cpumode, sample->ip, &al); in trace__pgfault() 2497 thread__find_symbol(thread, sample->cpumode, sample->addr, &al); in trace__pgfault() 2500 thread__find_symbol(thread, sample->cpumode, sample->addr, &al); in trace__pgfault()
|
| D | builtin-timechart.c | 534 if (thread__find_symbol(al.thread, cpumode, ip, &tal)) in cat_backtrace()
|