| /Linux-v5.4/arch/arm64/kernel/ |
| D | syscall.c | 61 int syscall_trace_enter(struct pt_regs *regs); 109 scno = syscall_trace_enter(regs); in el0_svc_common()
|
| /Linux-v5.4/arch/x86/entry/ |
| D | common.c | 69 static long syscall_trace_enter(struct pt_regs *regs) in syscall_trace_enter() function 286 nr = syscall_trace_enter(regs); in do_syscall_64() 327 nr = syscall_trace_enter(regs); in do_syscall_32_irqs_on()
|
| /Linux-v5.4/arch/um/kernel/skas/ |
| D | syscall.c | 34 if (syscall_trace_enter(regs)) in handle_syscall()
|
| /Linux-v5.4/arch/um/include/asm/ |
| D | ptrace-generic.h | 41 extern int syscall_trace_enter(struct pt_regs *regs);
|
| /Linux-v5.4/kernel/trace/ |
| D | trace_syscalls.c | 128 struct syscall_trace_enter *trace; in print_syscall_enter() 270 struct syscall_trace_enter trace; in syscall_enter_define_fields() 312 struct syscall_trace_enter *entry; in ftrace_syscall_enter() 567 struct syscall_trace_enter *rec) in perf_call_bpf_enter() 586 struct syscall_trace_enter *rec; in perf_syscall_enter()
|
| /Linux-v5.4/arch/nds32/kernel/ |
| D | ptrace.c | 104 asmlinkage int syscall_trace_enter(struct pt_regs *regs) in syscall_trace_enter() function
|
| D | ex-scall.S | 80 bal syscall_trace_enter
|
| /Linux-v5.4/arch/mips/include/asm/ |
| D | ptrace.h | 159 extern asmlinkage long syscall_trace_enter(struct pt_regs *regs, long syscall);
|
| /Linux-v5.4/arch/um/kernel/ |
| D | ptrace.c | 127 int syscall_trace_enter(struct pt_regs *regs) in syscall_trace_enter() function
|
| /Linux-v5.4/arch/mips/kernel/ |
| D | scall64-n32.S | 76 jal syscall_trace_enter
|
| D | scall64-n64.S | 87 jal syscall_trace_enter
|
| D | scall32-o32.S | 129 1: jal syscall_trace_enter
|
| D | scall64-o32.S | 131 1: jal syscall_trace_enter
|
| /Linux-v5.4/arch/sparc/kernel/ |
| D | syscalls.S | 149 call syscall_trace_enter 179 call syscall_trace_enter
|
| D | entry.h | 85 asmlinkage int syscall_trace_enter(struct pt_regs *regs);
|
| D | ptrace_64.c | 1110 asmlinkage int syscall_trace_enter(struct pt_regs *regs) in syscall_trace_enter() function
|
| /Linux-v5.4/arch/m68k/coldfire/ |
| D | entry.S | 92 jbsr syscall_trace_enter
|
| /Linux-v5.4/arch/m68k/kernel/ |
| D | ptrace.c | 291 asmlinkage int syscall_trace_enter(void) in syscall_trace_enter() function
|
| /Linux-v5.4/arch/m68k/68000/ |
| D | entry.S | 47 jbsr syscall_trace_enter
|
| /Linux-v5.4/arch/alpha/kernel/ |
| D | ptrace.c | 322 asmlinkage unsigned long syscall_trace_enter(void) in syscall_trace_enter() function
|
| D | entry.S | 576 jsr $26, syscall_trace_enter /* returns the syscall number */
|
| /Linux-v5.4/arch/csky/kernel/ |
| D | ptrace.c | 215 asmlinkage void syscall_trace_enter(struct pt_regs *regs) in syscall_trace_enter() function
|
| D | entry.S | 165 jbsr syscall_trace_enter
|
| /Linux-v5.4/arch/arm/kernel/ |
| D | entry-common.S | 290 bl syscall_trace_enter
|
| D | ptrace.c | 917 asmlinkage int syscall_trace_enter(struct pt_regs *regs, int scno) in syscall_trace_enter() function
|