Home
last modified time | relevance | path

Searched defs:ftrace_get_symaddr (Results 1 – 5 of 5) 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/s390/include/asm/
H A Dftrace.h54 #define ftrace_get_symaddr(fentry_ip) ((unsigned long)(fentry_ip)) macro
/linux/arch/arm64/include/asm/
H A Dftrace.h56 #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.h635 #define ftrace_get_symaddr(fentry_ip) (0) macro