Searched refs:ftrace_get_symaddr (Results 1 – 5 of 5) sorted by relevance
54 #define ftrace_get_symaddr(fentry_ip) ((unsigned long)(fentry_ip)) macro
56 #define ftrace_get_symaddr(fentry_ip) arch_ftrace_get_symaddr(fentry_ip) macro
25 #define ftrace_get_symaddr(fentry_ip) arch_ftrace_get_symaddr(fentry_ip) macro
696 #ifndef ftrace_get_symaddr705 #define ftrace_get_symaddr(fentry_ip) (0) macro
2321 unsigned long ip = ftrace_get_symaddr(fentry_ip); in ftrace_get_entry_ip()