Searched refs:thread__find_symbol (Results 1 – 10 of 10) sorted by relevance
/linux/tools/perf/util/ |
A D | thread.h | 117 struct symbol *thread__find_symbol(struct thread *thread, u8 cpumode,
|
A D | unwind-libdw.c | 52 thread__find_symbol(ui->thread, PERF_RECORD_MISC_USER, ip, al); in __report_module()
|
A D | data-convert-json.c | 209 ok = thread__find_symbol(al.thread, cpumode, ip, &tal); in process_sample_event()
|
A D | thread.c | 419 thread__find_symbol(thread, cpumodes[i], addr, al); in thread__find_cpumode_addr_location()
|
A D | unwind-libunwind-local.c | 578 e.ms.sym = thread__find_symbol(thread, PERF_RECORD_MISC_USER, ip, &al); in entry()
|
A D | event.c | 648 struct symbol *thread__find_symbol(struct thread *thread, u8 cpumode, in thread__find_symbol() function
|
A D | machine.c | 2089 thread__find_symbol(thread, m, addr, &al); in ip__resolve_data() 2189 thread__find_symbol(thread, *cpumode, ip, &al); in add_callchain_ip()
|
/linux/tools/perf/arch/powerpc/util/ |
A D | skip-callchain-idx.c | 255 thread__find_symbol(thread, PERF_RECORD_MISC_USER, ip, &al); in arch_skip_callchain_idx()
|
/linux/tools/perf/ |
A D | builtin-trace.c | 2909 thread__find_symbol(thread, sample->cpumode, sample->ip, &al); 2921 thread__find_symbol(thread, sample->cpumode, sample->addr, &al); 2924 thread__find_symbol(thread, sample->cpumode, sample->addr, &al);
|
A D | builtin-timechart.c | 534 if (thread__find_symbol(al.thread, cpumode, ip, &tal)) in cat_backtrace()
|
Completed in 36 milliseconds