/Linux-v4.19/arch/arm64/kernel/ |
D | syscall.c | 61 int syscall_trace_enter(struct pt_regs *regs); 79 scno = syscall_trace_enter(regs); in el0_svc_common()
|
/Linux-v4.19/arch/x86/entry/ |
D | common.c | 67 static long syscall_trace_enter(struct pt_regs *regs) in syscall_trace_enter() function 280 nr = syscall_trace_enter(regs); in do_syscall_64() 320 nr = syscall_trace_enter(regs); in do_syscall_32_irqs_on()
|
/Linux-v4.19/arch/um/kernel/skas/ |
D | syscall.c | 23 if (syscall_trace_enter(regs)) in handle_syscall()
|
/Linux-v4.19/arch/um/include/asm/ |
D | ptrace-generic.h | 41 extern int syscall_trace_enter(struct pt_regs *regs);
|
/Linux-v4.19/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() 565 struct syscall_trace_enter *rec) in perf_call_bpf_enter() 584 struct syscall_trace_enter *rec; in perf_syscall_enter()
|
D | trace.h | 99 struct syscall_trace_enter { struct
|
/Linux-v4.19/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 | 78 bal syscall_trace_enter
|
/Linux-v4.19/arch/mips/include/asm/ |
D | ptrace.h | 164 extern asmlinkage long syscall_trace_enter(struct pt_regs *regs, long syscall);
|
/Linux-v4.19/arch/um/kernel/ |
D | ptrace.c | 128 int syscall_trace_enter(struct pt_regs *regs) in syscall_trace_enter() function
|
/Linux-v4.19/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 | 1109 asmlinkage int syscall_trace_enter(struct pt_regs *regs) in syscall_trace_enter() function
|
/Linux-v4.19/arch/m68k/coldfire/ |
D | entry.S | 92 jbsr syscall_trace_enter
|
/Linux-v4.19/arch/m68k/kernel/ |
D | ptrace.c | 291 asmlinkage int syscall_trace_enter(void) in syscall_trace_enter() function
|
/Linux-v4.19/arch/m68k/68000/ |
D | entry.S | 47 jbsr syscall_trace_enter
|
/Linux-v4.19/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-v4.19/arch/arm/kernel/ |
D | entry-common.S | 293 bl syscall_trace_enter
|
D | ptrace.c | 927 asmlinkage int syscall_trace_enter(struct pt_regs *regs, int scno) in syscall_trace_enter() function
|
/Linux-v4.19/arch/mips/kernel/ |
D | scall64-64.S | 87 jal syscall_trace_enter
|
D | scall64-n32.S | 76 jal syscall_trace_enter
|
D | scall64-o32.S | 131 1: jal syscall_trace_enter
|
D | scall32-o32.S | 132 1: jal syscall_trace_enter
|
D | ptrace.c | 1256 asmlinkage long syscall_trace_enter(struct pt_regs *regs, long syscall) in syscall_trace_enter() function
|