Home
last modified time | relevance | path

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

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