Searched refs:syscall_trace_enter (Results 1 - 25 of 36) sorted by relevance

12

/linux-master/arch/m68k/kernel/
H A Dptrace.h5 asmlinkage int syscall_trace_enter(void);
H A Dptrace.c277 asmlinkage int syscall_trace_enter(void) function
/linux-master/arch/um/include/asm/
H A Dptrace-generic.h41 extern int syscall_trace_enter(struct pt_regs *regs);
/linux-master/arch/um/kernel/skas/
H A Dsyscall.c36 if (syscall_trace_enter(regs))
/linux-master/arch/arm64/include/asm/
H A Dsyscall.h88 int syscall_trace_enter(struct pt_regs *regs);
/linux-master/arch/csky/include/asm/
H A Dptrace.h99 asmlinkage int syscall_trace_enter(struct pt_regs *regs);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_vmlinux.c19 int handle__tp(struct syscall_trace_enter *args)
/linux-master/include/linux/
H A Dentry-common.h137 long syscall_trace_enter(struct pt_regs *regs, long syscall,
168 syscall = syscall_trace_enter(regs, syscall, work);
/linux-master/arch/um/kernel/
H A Dptrace.c124 int syscall_trace_enter(struct pt_regs *regs) function
/linux-master/arch/arm64/kernel/
H A Dsyscall.c128 scno = syscall_trace_enter(regs);
/linux-master/arch/arm/include/asm/
H A Dptrace.h197 int syscall_trace_enter(struct pt_regs *regs);
/linux-master/arch/mips/include/asm/
H A Dptrace.h162 extern asmlinkage long syscall_trace_enter(struct pt_regs *regs);
/linux-master/kernel/trace/
H A Dtrace_syscalls.c133 struct syscall_trace_enter *trace;
272 struct syscall_trace_enter trace;
295 struct syscall_trace_enter *entry;
555 struct syscall_trace_enter *rec)
577 struct syscall_trace_enter *rec;
/linux-master/arch/m68k/coldfire/
H A Dentry.S87 jbsr syscall_trace_enter
/linux-master/arch/mips/kernel/
H A Dscall64-n32.S77 jal syscall_trace_enter
H A Dscall64-n64.S87 jal syscall_trace_enter
H A Dscall64-o32.S132 jal syscall_trace_enter
H A Dscall32-o32.S129 jal syscall_trace_enter
/linux-master/arch/arc/include/asm/
H A Dptrace.h172 extern int syscall_trace_enter(struct pt_regs *);
/linux-master/arch/sparc/kernel/
H A Dsyscalls.S152 call syscall_trace_enter
182 call syscall_trace_enter
H A Dentry.h85 asmlinkage int syscall_trace_enter(struct pt_regs *regs);
/linux-master/arch/csky/kernel/
H A Dentry.S87 jbsr syscall_trace_enter
/linux-master/arch/m68k/68000/
H A Dentry.S42 jbsr syscall_trace_enter
/linux-master/kernel/entry/
H A Dcommon.c28 long syscall_trace_enter(struct pt_regs *regs, long syscall, function
156 * the entry side was not invoked in syscall_trace_enter(): The ABI
/linux-master/arch/alpha/kernel/
H A Dptrace.c322 asmlinkage unsigned long syscall_trace_enter(void) function

Completed in 303 milliseconds

12