Home
last modified time | relevance | path

Searched refs:syscall_trace (Results 1 – 8 of 8) sorted by relevance

/arch/um/include/shared/
Dkern_util.h63 extern void syscall_trace(struct uml_pt_regs *regs, int entryexit);
/arch/m68k/kernel/
Dentry.S167 jbsr syscall_trace
183 jbsr syscall_trace
192 jbsr syscall_trace
Dptrace.c274 asmlinkage void syscall_trace(void) in syscall_trace() function
/arch/s390/kernel/
Dentry.h53 void syscall_trace(struct pt_regs *regs, int entryexit);
/arch/sparc/kernel/
Dkernel.h171 asmlinkage int syscall_trace(struct pt_regs *regs, int syscall_exit_p);
Dentry.S828 call syscall_trace
849 call syscall_trace
918 call syscall_trace
1042 call syscall_trace
Dptrace_32.c436 asmlinkage int syscall_trace(struct pt_regs *regs, int syscall_exit_p) in syscall_trace() function
/arch/mips/kernel/
Dentry.S52 andi t0, a2, _TIF_WORK_MASK # (ignoring syscall_trace)