Home
last modified time | relevance | path

Searched refs:fentry_ip (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) argument
/linux/arch/riscv/kernel/
H A Dftrace.c37 unsigned long arch_ftrace_get_symaddr(unsigned long fentry_ip) in arch_ftrace_get_symaddr() argument
39 return fentry_ip - MCOUNT_AUIPC_SIZE; in arch_ftrace_get_symaddr()