Home
last modified time | relevance | path

Searched refs:ftrace_get_symaddr (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/asm/
H A Dftrace.h44 #define ftrace_get_symaddr(fentry_ip) arch_ftrace_get_symaddr(fentry_ip) macro
/linux/arch/riscv/include/asm/
H A Dftrace.h25 #define ftrace_get_symaddr(fentry_ip) arch_ftrace_get_symaddr(fentry_ip) macro
/linux/include/linux/
H A Dftrace.h667 #ifndef ftrace_get_symaddr
676 #define ftrace_get_symaddr(fentry_ip) (0) macro
/linux/kernel/trace/
H A Dbpf_trace.c2308 unsigned long ip = ftrace_get_symaddr(fentry_ip); in ftrace_get_entry_ip()