Home
last modified time | relevance | path

Searched defs:syscall_trace_exit (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arc/kernel/
H A Dptrace.c356 asmlinkage void syscall_trace_exit(struct pt_regs *regs) in syscall_trace_exit() function
/linux/arch/csky/kernel/
H A Dptrace.c336 asmlinkage void syscall_trace_exit(struct pt_regs *regs) in syscall_trace_exit() function
/linux/arch/arm/kernel/
H A Dptrace.c877 asmlinkage void syscall_trace_exit(struct pt_regs *regs) in syscall_trace_exit() function
/linux/kernel/trace/
H A Dtrace.h143 struct syscall_trace_exit { struct
144 struct trace_entry ent;
145 int nr;
146 long ret;
/linux/arch/arm64/kernel/
H A Dptrace.c2390 void syscall_trace_exit(struct pt_regs *regs) in syscall_trace_exit() function