Searched refs:arch_syscall_enter_tracehook (Results 1 – 2 of 2) sorted by relevance
103 static inline __must_check int arch_syscall_enter_tracehook(struct pt_regs *regs);105 #ifndef arch_syscall_enter_tracehook106 static inline __must_check int arch_syscall_enter_tracehook(struct pt_regs *regs) in arch_syscall_enter_tracehook() function
51 ret = arch_syscall_enter_tracehook(regs); in syscall_trace_enter()