Searched refs:arch_syscall_enter_tracehook (Results 1 – 2 of 2) sorted by relevance
93 static inline __must_check int arch_syscall_enter_tracehook(struct pt_regs *regs);95 #ifndef arch_syscall_enter_tracehook96 static inline __must_check int arch_syscall_enter_tracehook(struct pt_regs *regs) in arch_syscall_enter_tracehook() function
61 ret = arch_syscall_enter_tracehook(regs); in syscall_trace_enter()