Home
last modified time | relevance | path

Searched refs:syscall_trace_enter (Results 1 – 25 of 29) sorted by relevance

12

/linux-6.3-rc2/arch/arm64/kernel/
A Dsyscall.c78 int syscall_trace_enter(struct pt_regs *regs);
137 scno = syscall_trace_enter(regs); in el0_svc_common()
/linux-6.3-rc2/arch/um/kernel/skas/
A Dsyscall.c36 if (syscall_trace_enter(regs)) in handle_syscall()
/linux-6.3-rc2/kernel/trace/
A Dtrace_syscalls.c133 struct syscall_trace_enter *trace; in print_syscall_enter()
272 struct syscall_trace_enter trace; in syscall_enter_define_fields()
295 struct syscall_trace_enter *entry; in ftrace_syscall_enter()
555 struct syscall_trace_enter *rec) in perf_call_bpf_enter()
574 struct syscall_trace_enter *rec; in perf_syscall_enter()
/linux-6.3-rc2/arch/um/include/asm/
A Dptrace-generic.h41 extern int syscall_trace_enter(struct pt_regs *regs);
/linux-6.3-rc2/kernel/entry/
A Dcommon.c48 static long syscall_trace_enter(struct pt_regs *regs, long syscall, in syscall_trace_enter() function
94 syscall = syscall_trace_enter(regs, syscall, work); in __syscall_enter_from_user_work()
/linux-6.3-rc2/arch/mips/include/asm/
A Dptrace.h159 extern asmlinkage long syscall_trace_enter(struct pt_regs *regs, long syscall);
/linux-6.3-rc2/arch/um/kernel/
A Dptrace.c126 int syscall_trace_enter(struct pt_regs *regs) in syscall_trace_enter() function
/linux-6.3-rc2/arch/mips/kernel/
A Dscall64-n32.S76 jal syscall_trace_enter
A Dscall64-n64.S86 jal syscall_trace_enter
A Dscall32-o32.S126 1: jal syscall_trace_enter
A Dscall64-o32.S131 1: jal syscall_trace_enter
A Dptrace.c1313 asmlinkage long syscall_trace_enter(struct pt_regs *regs, long syscall) in syscall_trace_enter() function
/linux-6.3-rc2/arch/sparc/kernel/
A Dsyscalls.S152 call syscall_trace_enter
182 call syscall_trace_enter
A Dentry.h85 asmlinkage int syscall_trace_enter(struct pt_regs *regs);
A Dptrace_64.c1085 asmlinkage int syscall_trace_enter(struct pt_regs *regs) in syscall_trace_enter() function
/linux-6.3-rc2/arch/m68k/coldfire/
A Dentry.S90 jbsr syscall_trace_enter
/linux-6.3-rc2/arch/m68k/68000/
A Dentry.S45 jbsr syscall_trace_enter
/linux-6.3-rc2/arch/csky/kernel/
A Dentry.S87 jbsr syscall_trace_enter
A Dptrace.c320 asmlinkage int syscall_trace_enter(struct pt_regs *regs) in syscall_trace_enter() function
/linux-6.3-rc2/arch/m68k/kernel/
A Dptrace.c275 asmlinkage int syscall_trace_enter(void) in syscall_trace_enter() function
A Dentry.S184 jbsr syscall_trace_enter
/linux-6.3-rc2/arch/alpha/kernel/
A Dptrace.c322 asmlinkage unsigned long syscall_trace_enter(void) in syscall_trace_enter() function
A Dentry.S585 jsr $26, syscall_trace_enter /* returns the syscall number */
/linux-6.3-rc2/arch/arm/kernel/
A Dentry-common.S298 bl syscall_trace_enter
A Dptrace.c850 asmlinkage int syscall_trace_enter(struct pt_regs *regs) in syscall_trace_enter() function

Completed in 23 milliseconds

12