Home
last modified time | relevance | path

Searched refs:arch_ftrace_get_symaddr (Results 1 – 2 of 2) sorted by relevance

/linux/arch/riscv/include/asm/
H A Dftrace.h24 unsigned long arch_ftrace_get_symaddr(unsigned long fentry_ip);
25 #define ftrace_get_symaddr(fentry_ip) arch_ftrace_get_symaddr(fentry_ip)
/linux/arch/riscv/kernel/
H A Dftrace.c37 unsigned long arch_ftrace_get_symaddr(unsigned long fentry_ip) in arch_ftrace_get_symaddr() function