/linux-4.1.27/include/linux/ |
D | tracehook.h | 122 static inline void tracehook_report_syscall_exit(struct pt_regs *regs, int step) in tracehook_report_syscall_exit() function
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | ptrace.c | 163 tracehook_report_syscall_exit(regs, step); in do_syscall_trace_leave()
|
/linux-4.1.27/arch/openrisc/kernel/ |
D | ptrace.c | 204 tracehook_report_syscall_exit(regs, step); in do_syscall_trace_leave()
|
/linux-4.1.27/arch/c6x/kernel/ |
D | ptrace.c | 186 tracehook_report_syscall_exit(regs, 0); in syscall_trace_exit()
|
/linux-4.1.27/arch/um/kernel/ |
D | ptrace.c | 161 tracehook_report_syscall_exit(regs, 0); in syscall_trace_leave()
|
/linux-4.1.27/arch/arc/kernel/ |
D | ptrace.c | 171 tracehook_report_syscall_exit(regs, 0); in syscall_trace_exit()
|
/linux-4.1.27/arch/nios2/kernel/ |
D | ptrace.c | 165 tracehook_report_syscall_exit(task_pt_regs(current), 0); in do_syscall_trace_exit()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | ptrace.c | 310 tracehook_report_syscall_exit(regs, stepping); in do_syscall_trace_exit()
|
/linux-4.1.27/arch/m68k/kernel/ |
D | ptrace.c | 302 tracehook_report_syscall_exit(task_pt_regs(current), 0); in syscall_trace_leave()
|
/linux-4.1.27/arch/tile/kernel/ |
D | ptrace.c | 300 tracehook_report_syscall_exit(regs, 0); in do_syscall_trace_exit()
|
/linux-4.1.27/arch/hexagon/kernel/ |
D | traps.c | 407 tracehook_report_syscall_exit(regs, 0); in do_trap0()
|
/linux-4.1.27/arch/frv/kernel/ |
D | ptrace.c | 376 tracehook_report_syscall_exit(__frame, 0); in syscall_trace_exit()
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | ptrace.c | 384 tracehook_report_syscall_exit(regs, 0); in syscall_trace_exit()
|
/linux-4.1.27/arch/alpha/kernel/ |
D | ptrace.c | 333 tracehook_report_syscall_exit(current_pt_regs(), 0); in syscall_trace_leave()
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | ptrace.c | 410 tracehook_report_syscall_exit(regs, step); in syscall_trace_leave()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | ptrace_32.c | 452 tracehook_report_syscall_exit(regs, 0); in syscall_trace()
|
D | ptrace_64.c | 1097 tracehook_report_syscall_exit(regs, 0); in syscall_trace_leave()
|
/linux-4.1.27/arch/sh/kernel/ |
D | ptrace_64.c | 542 tracehook_report_syscall_exit(regs, step); in do_syscall_trace_leave()
|
D | ptrace_32.c | 522 tracehook_report_syscall_exit(regs, step); in do_syscall_trace_leave()
|
/linux-4.1.27/arch/metag/kernel/ |
D | ptrace.c | 413 tracehook_report_syscall_exit(regs, 0); in syscall_trace_leave()
|
/linux-4.1.27/arch/mips/kernel/ |
D | ptrace.c | 844 tracehook_report_syscall_exit(regs, 0); in syscall_trace_leave()
|
/linux-4.1.27/arch/arm/kernel/ |
D | ptrace.c | 924 tracehook_report_syscall_exit(regs, 0); in tracehook_report_syscall()
|
/linux-4.1.27/arch/arm64/kernel/ |
D | ptrace.c | 1150 tracehook_report_syscall_exit(regs, 0); in tracehook_report_syscall()
|
/linux-4.1.27/arch/x86/kernel/ |
D | ptrace.c | 1631 tracehook_report_syscall_exit(regs, step); in syscall_trace_leave()
|
/linux-4.1.27/arch/s390/kernel/ |
D | ptrace.c | 881 tracehook_report_syscall_exit(regs, 0); in do_syscall_trace_exit()
|
D | entry.S | 350 # call tracehook_report_syscall_entry/tracehook_report_syscall_exit before
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | ptrace.c | 1815 tracehook_report_syscall_exit(regs, step); in do_syscall_trace_leave()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | ptrace.c | 1240 tracehook_report_syscall_exit(®s, step); in syscall_trace_leave()
|