Searched defs:fentry_ip (Results 1 – 6 of 6) sorted by relevance
37 static inline unsigned long arch_ftrace_get_symaddr(unsigned long fentry_ip) in arch_ftrace_get_symaddr()44 #define ftrace_get_symaddr(fentry_ip) arch_ftrace_get_symaddr(fentry_ip) argument
54 #define ftrace_get_symaddr(fentry_ip) ((unsigned long)(fentry_ip)) argument
56 #define ftrace_get_symaddr(fentry_ip) arch_ftrace_get_symaddr(fentry_ip) argument
147 unsigned long arch_ftrace_get_symaddr(unsigned long fentry_ip) in arch_ftrace_get_symaddr()
1047 static inline unsigned long get_entry_ip(unsigned long fentry_ip) in get_entry_ip()2595 static unsigned long ftrace_get_entry_ip(unsigned long fentry_ip) in ftrace_get_entry_ip()2832 kprobe_multi_link_handler(struct fprobe *fp, unsigned long fentry_ip, in kprobe_multi_link_handler()2846 kprobe_multi_link_exit_handler(struct fprobe *fp, unsigned long fentry_ip, in kprobe_multi_link_exit_handler()
635 #define ftrace_get_symaddr(fentry_ip) (0) argument