Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dthread.h98 struct symbol *thread__find_symbol(struct thread *thread, u8 cpumode,
Dunwind-libdw.c35 thread__find_symbol(ui->thread, PERF_RECORD_MISC_USER, ip, al); in __report_module()
Dthread.c380 thread__find_symbol(thread, cpumodes[i], addr, al); in thread__find_cpumode_addr_location()
Dunwind-libunwind-local.c577 e.sym = thread__find_symbol(thread, PERF_RECORD_MISC_USER, ip, &al); in entry()
Dmachine.c1844 thread__find_symbol(thread, m, addr, &al); in ip__resolve_data()
1938 thread__find_symbol(thread, *cpumode, ip, &al); in add_callchain_ip()
Devent.c1579 struct symbol *thread__find_symbol(struct thread *thread, u8 cpumode, in thread__find_symbol() function
/Linux-v4.19/tools/perf/arch/powerpc/util/
Dskip-callchain-idx.c255 thread__find_symbol(thread, PERF_RECORD_MISC_USER, ip, &al); in arch_skip_callchain_idx()
/Linux-v4.19/tools/perf/util/scripting-engines/
Dtrace-event-python.c579 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/
Dbuiltin-trace.c2120 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()
Dbuiltin-script.c777 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()
Dbuiltin-timechart.c536 if (thread__find_symbol(al.thread, cpumode, ip, &tal)) in cat_backtrace()