/linux-4.1.27/arch/um/kernel/skas/ |
D | syscall.c | 21 syscall_trace_enter(regs); in handle_syscall()
|
/linux-4.1.27/kernel/trace/ |
D | trace_syscalls.c | 115 struct syscall_trace_enter *trace; in print_syscall_enter() 257 struct syscall_trace_enter trace; in syscall_enter_define_fields() 297 struct syscall_trace_enter *entry; in ftrace_syscall_enter() 551 struct syscall_trace_enter *rec; in perf_syscall_enter() 576 rec = (struct syscall_trace_enter *)perf_trace_buf_prepare(size, in perf_syscall_enter()
|
D | trace.h | 92 struct syscall_trace_enter { struct
|
/linux-4.1.27/arch/um/include/asm/ |
D | ptrace-generic.h | 40 extern void syscall_trace_enter(struct pt_regs *regs);
|
/linux-4.1.27/arch/metag/include/asm/ |
D | ptrace.h | 31 int syscall_trace_enter(struct pt_regs *regs);
|
/linux-4.1.27/arch/mips/include/asm/ |
D | ptrace.h | 84 extern asmlinkage long syscall_trace_enter(struct pt_regs *regs, long syscall);
|
/linux-4.1.27/arch/x86/ia32/ |
D | ia32entry.S | 305 call syscall_trace_enter 462 call syscall_trace_enter 556 call syscall_trace_enter
|
/linux-4.1.27/arch/um/kernel/ |
D | ptrace.c | 134 void syscall_trace_enter(struct pt_regs *regs) in syscall_trace_enter() function
|
/linux-4.1.27/arch/x86/include/asm/ |
D | ptrace.h | 90 extern long syscall_trace_enter(struct pt_regs *);
|
/linux-4.1.27/arch/m68k/68360/ |
D | entry.S | 43 jbsr syscall_trace_enter
|
/linux-4.1.27/arch/sparc/kernel/ |
D | syscalls.S | 157 call syscall_trace_enter 169 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.1.27/arch/m68k/coldfire/ |
D | entry.S | 92 jbsr syscall_trace_enter
|
/linux-4.1.27/arch/m68k/kernel/ |
D | ptrace.c | 290 asmlinkage int syscall_trace_enter(void) in syscall_trace_enter() function
|
/linux-4.1.27/arch/m68k/68000/ |
D | entry.S | 47 jbsr syscall_trace_enter
|
/linux-4.1.27/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.1.27/arch/blackfin/kernel/ |
D | ptrace.c | 394 asmlinkage int syscall_trace_enter(struct pt_regs *regs) in syscall_trace_enter() function
|
/linux-4.1.27/arch/avr32/kernel/ |
D | entry-avr32b.S | 210 brcs syscall_trace_enter 264 syscall_trace_enter: label
|
/linux-4.1.27/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.1.27/arch/arm/kernel/ |
D | entry-common.S | 234 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.1.27/arch/mips/kernel/ |
D | scall64-64.S | 84 jal syscall_trace_enter
|
D | scall64-n32.S | 76 jal syscall_trace_enter
|
D | scall32-o32.S | 129 1: jal syscall_trace_enter
|
D | scall64-o32.S | 130 1: jal syscall_trace_enter
|
D | ptrace.c | 803 asmlinkage long syscall_trace_enter(struct pt_regs *regs, long syscall) in syscall_trace_enter() function
|
/linux-4.1.27/arch/arm64/kernel/ |
D | entry.S | 699 bl syscall_trace_enter
|
D | ptrace.c | 1157 asmlinkage int syscall_trace_enter(struct pt_regs *regs) in syscall_trace_enter() function
|
/linux-4.1.27/arch/x86/kernel/ |
D | entry_32.S | 650 call syscall_trace_enter
|
D | ptrace.c | 1595 long syscall_trace_enter(struct pt_regs *regs) in syscall_trace_enter() function
|
/linux-4.1.27/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 | 506 br.call.sptk.many rp=syscall_trace_enter // give parent a chance to catch syscall args
|