Searched refs:thread__find_symbol (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | thread.h | 98 struct symbol *thread__find_symbol(struct thread *thread, u8 cpumode,
|
D | unwind-libdw.c | 35 thread__find_symbol(ui->thread, PERF_RECORD_MISC_USER, ip, al); in __report_module()
|
D | thread.c | 380 thread__find_symbol(thread, cpumodes[i], addr, al); in thread__find_cpumode_addr_location()
|
D | unwind-libunwind-local.c | 577 e.sym = thread__find_symbol(thread, PERF_RECORD_MISC_USER, ip, &al); in entry()
|
D | machine.c | 1844 thread__find_symbol(thread, m, addr, &al); in ip__resolve_data() 1938 thread__find_symbol(thread, *cpumode, ip, &al); in add_callchain_ip()
|
D | event.c | 1579 struct symbol *thread__find_symbol(struct thread *thread, u8 cpumode, in thread__find_symbol() function
|
/Linux-v4.19/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-v4.19/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 579 thread__find_symbol(thread, sample->cpumode, in python_process_brstacksym() 585 thread__find_symbol(thread, sample->cpumode, in python_process_brstacksym()
|
/Linux-v4.19/tools/perf/ |
D | builtin-trace.c | 2120 thread__find_symbol(thread, sample->cpumode, sample->ip, &al); in trace__pgfault() 2132 thread__find_symbol(thread, sample->cpumode, sample->addr, &al); in trace__pgfault() 2135 thread__find_symbol(thread, sample->cpumode, sample->addr, &al); in trace__pgfault()
|
D | builtin-script.c | 777 thread__find_symbol(thread, sample->cpumode, from, &alf); in perf_sample__fprintf_brstacksym() 778 thread__find_symbol(thread, sample->cpumode, to, &alt); in perf_sample__fprintf_brstacksym()
|
D | builtin-timechart.c | 536 if (thread__find_symbol(al.thread, cpumode, ip, &tal)) in cat_backtrace()
|