/linux-4.4.14/arch/um/kernel/skas/ |
D | syscall.c | 19 if (syscall_trace_enter(regs)) { in handle_syscall()
|
/linux-4.4.14/kernel/trace/ |
D | trace_syscalls.c | 116 struct syscall_trace_enter *trace; in print_syscall_enter() 258 struct syscall_trace_enter trace; in syscall_enter_define_fields() 298 struct syscall_trace_enter *entry; in ftrace_syscall_enter() 552 struct syscall_trace_enter *rec; in perf_syscall_enter() 577 rec = (struct syscall_trace_enter *)perf_trace_buf_prepare(size, in perf_syscall_enter()
|
D | trace.h | 89 struct syscall_trace_enter { struct
|
/linux-4.4.14/arch/um/include/asm/ |
D | ptrace-generic.h | 41 extern int syscall_trace_enter(struct pt_regs *regs);
|
/linux-4.4.14/arch/metag/include/asm/ |
D | ptrace.h | 31 int syscall_trace_enter(struct pt_regs *regs);
|
/linux-4.4.14/arch/x86/entry/ |
D | common.c | 210 long syscall_trace_enter(struct pt_regs *regs) in syscall_trace_enter() function 380 nr = syscall_trace_enter(regs); in do_syscall_32_irqs_on()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | ptrace.h | 164 extern asmlinkage long syscall_trace_enter(struct pt_regs *regs, long syscall);
|
/linux-4.4.14/arch/um/kernel/ |
D | ptrace.c | 135 int syscall_trace_enter(struct pt_regs *regs) in syscall_trace_enter() function
|
/linux-4.4.14/arch/x86/include/asm/ |
D | ptrace.h | 90 extern long syscall_trace_enter(struct pt_regs *);
|
/linux-4.4.14/arch/m68k/68360/ |
D | entry.S | 43 jbsr syscall_trace_enter
|
/linux-4.4.14/arch/sparc/kernel/ |
D | syscalls.S | 157 call syscall_trace_enter 187 call syscall_trace_enter
|
D | entry.h | 84 asmlinkage int syscall_trace_enter(struct pt_regs *regs);
|
D | ptrace_64.c | 1063 asmlinkage int syscall_trace_enter(struct pt_regs *regs) in syscall_trace_enter() function
|
/linux-4.4.14/arch/m68k/coldfire/ |
D | entry.S | 92 jbsr syscall_trace_enter
|
/linux-4.4.14/arch/m68k/68000/ |
D | entry.S | 47 jbsr syscall_trace_enter
|
/linux-4.4.14/arch/m68k/kernel/ |
D | ptrace.c | 290 asmlinkage int syscall_trace_enter(void) in syscall_trace_enter() function
|
/linux-4.4.14/arch/alpha/kernel/ |
D | ptrace.c | 317 asmlinkage unsigned long syscall_trace_enter(void) in syscall_trace_enter() function
|
D | entry.S | 575 jsr $26, syscall_trace_enter /* returns the syscall number */
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | ptrace.c | 394 asmlinkage int syscall_trace_enter(struct pt_regs *regs) in syscall_trace_enter() function
|
/linux-4.4.14/arch/avr32/kernel/ |
D | entry-avr32b.S | 210 brcs syscall_trace_enter 264 syscall_trace_enter: label
|
/linux-4.4.14/arch/metag/kernel/ |
D | ptrace.c | 394 int syscall_trace_enter(struct pt_regs *regs) in syscall_trace_enter() function
|
D | traps.c | 663 sysnumber = syscall_trace_enter(regs); in switch1_handler()
|
/linux-4.4.14/arch/arm/kernel/ |
D | entry-common.S | 260 bl syscall_trace_enter
|
D | ptrace.c | 931 asmlinkage int syscall_trace_enter(struct pt_regs *regs, int scno) in syscall_trace_enter() function
|
/linux-4.4.14/arch/mips/kernel/ |
D | scall64-n32.S | 77 jal syscall_trace_enter
|
D | scall64-64.S | 88 jal syscall_trace_enter
|
D | scall64-o32.S | 132 1: jal syscall_trace_enter
|
D | scall32-o32.S | 132 1: jal syscall_trace_enter
|
D | ptrace.c | 891 asmlinkage long syscall_trace_enter(struct pt_regs *regs, long syscall) in syscall_trace_enter() function
|
/linux-4.4.14/arch/arm64/kernel/ |
D | entry.S | 702 bl syscall_trace_enter
|
D | ptrace.c | 1247 asmlinkage int syscall_trace_enter(struct pt_regs *regs) in syscall_trace_enter() function
|
/linux-4.4.14/arch/ia64/kernel/ |
D | ptrace.c | 1209 syscall_trace_enter (long arg0, long arg1, long arg2, long arg3, in syscall_trace_enter() function
|
D | entry.S | 503 br.call.sptk.many rp=syscall_trace_enter // give parent a chance to catch syscall args
|