/linux-6.1.9/arch/arm64/kernel/ |
D | syscall.c | 78 int syscall_trace_enter(struct pt_regs *regs); 137 scno = syscall_trace_enter(regs); in el0_svc_common()
|
/linux-6.1.9/arch/um/kernel/skas/ |
D | syscall.c | 36 if (syscall_trace_enter(regs)) in handle_syscall()
|
/linux-6.1.9/kernel/trace/ |
D | trace_syscalls.c | 133 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.1.9/arch/um/include/asm/ |
D | ptrace-generic.h | 41 extern int syscall_trace_enter(struct pt_regs *regs);
|
/linux-6.1.9/kernel/entry/ |
D | common.c | 48 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.1.9/arch/mips/include/asm/ |
D | ptrace.h | 159 extern asmlinkage long syscall_trace_enter(struct pt_regs *regs, long syscall);
|
/linux-6.1.9/arch/um/kernel/ |
D | ptrace.c | 126 int syscall_trace_enter(struct pt_regs *regs) in syscall_trace_enter() function
|
/linux-6.1.9/arch/mips/kernel/ |
D | scall64-n32.S | 76 jal syscall_trace_enter
|
D | scall64-n64.S | 86 jal syscall_trace_enter
|
D | scall32-o32.S | 126 1: jal syscall_trace_enter
|
D | scall64-o32.S | 131 1: jal syscall_trace_enter
|
D | ptrace.c | 1312 asmlinkage long syscall_trace_enter(struct pt_regs *regs, long syscall) in syscall_trace_enter() function
|
/linux-6.1.9/arch/sparc/kernel/ |
D | syscalls.S | 152 call syscall_trace_enter 182 call syscall_trace_enter
|
D | entry.h | 85 asmlinkage int syscall_trace_enter(struct pt_regs *regs);
|
D | ptrace_64.c | 1086 asmlinkage int syscall_trace_enter(struct pt_regs *regs) in syscall_trace_enter() function
|
/linux-6.1.9/arch/m68k/coldfire/ |
D | entry.S | 90 jbsr syscall_trace_enter
|
/linux-6.1.9/arch/m68k/68000/ |
D | entry.S | 45 jbsr syscall_trace_enter
|
/linux-6.1.9/arch/m68k/kernel/ |
D | ptrace.c | 275 asmlinkage int syscall_trace_enter(void) in syscall_trace_enter() function
|
D | entry.S | 184 jbsr syscall_trace_enter
|
/linux-6.1.9/arch/csky/kernel/ |
D | entry.S | 92 jbsr syscall_trace_enter
|
D | ptrace.c | 320 asmlinkage int syscall_trace_enter(struct pt_regs *regs) in syscall_trace_enter() function
|
/linux-6.1.9/arch/alpha/kernel/ |
D | ptrace.c | 320 asmlinkage unsigned long syscall_trace_enter(void) in syscall_trace_enter() function
|
D | entry.S | 578 jsr $26, syscall_trace_enter /* returns the syscall number */
|
/linux-6.1.9/arch/arm/kernel/ |
D | entry-common.S | 313 bl syscall_trace_enter
|
D | ptrace.c | 852 asmlinkage int syscall_trace_enter(struct pt_regs *regs) in syscall_trace_enter() function
|