/linux-4.4.14/include/linux/ |
D | tracehook.h | 123 static inline void tracehook_report_syscall_exit(struct pt_regs *regs, int step) in tracehook_report_syscall_exit() function
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | ptrace.c | 163 tracehook_report_syscall_exit(regs, step); in do_syscall_trace_leave()
|
/linux-4.4.14/arch/c6x/kernel/ |
D | ptrace.c | 186 tracehook_report_syscall_exit(regs, 0); in syscall_trace_exit()
|
/linux-4.4.14/arch/openrisc/kernel/ |
D | ptrace.c | 204 tracehook_report_syscall_exit(regs, step); in do_syscall_trace_leave()
|
/linux-4.4.14/arch/um/kernel/ |
D | ptrace.c | 162 tracehook_report_syscall_exit(regs, 0); in syscall_trace_leave()
|
/linux-4.4.14/arch/h8300/kernel/ |
D | ptrace.c | 202 tracehook_report_syscall_exit(regs, step); in do_syscall_trace_leave()
|
/linux-4.4.14/arch/nios2/kernel/ |
D | ptrace.c | 165 tracehook_report_syscall_exit(task_pt_regs(current), 0); in do_syscall_trace_exit()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | ptrace.c | 310 tracehook_report_syscall_exit(regs, stepping); in do_syscall_trace_exit()
|
/linux-4.4.14/arch/m68k/kernel/ |
D | ptrace.c | 302 tracehook_report_syscall_exit(task_pt_regs(current), 0); in syscall_trace_leave()
|
/linux-4.4.14/arch/tile/kernel/ |
D | ptrace.c | 303 tracehook_report_syscall_exit(regs, 0); in do_syscall_trace_exit()
|
/linux-4.4.14/arch/frv/kernel/ |
D | ptrace.c | 376 tracehook_report_syscall_exit(__frame, 0); in syscall_trace_exit()
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | traps.c | 407 tracehook_report_syscall_exit(regs, 0); in do_trap0()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | ptrace.c | 384 tracehook_report_syscall_exit(regs, 0); in syscall_trace_exit()
|
/linux-4.4.14/arch/x86/entry/ |
D | common.c | 321 tracehook_report_syscall_exit(regs, step); in syscall_slow_exit_work()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | ptrace.c | 333 tracehook_report_syscall_exit(current_pt_regs(), 0); in syscall_trace_leave()
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | ptrace.c | 410 tracehook_report_syscall_exit(regs, step); in syscall_trace_leave()
|
/linux-4.4.14/arch/arc/kernel/ |
D | ptrace.c | 247 tracehook_report_syscall_exit(regs, 0); in syscall_trace_exit()
|
/linux-4.4.14/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.4.14/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.4.14/arch/metag/kernel/ |
D | ptrace.c | 413 tracehook_report_syscall_exit(regs, 0); in syscall_trace_leave()
|
/linux-4.4.14/arch/arm/kernel/ |
D | ptrace.c | 924 tracehook_report_syscall_exit(regs, 0); in tracehook_report_syscall()
|
/linux-4.4.14/arch/mips/kernel/ |
D | ptrace.c | 932 tracehook_report_syscall_exit(regs, 0); in syscall_trace_leave()
|
/linux-4.4.14/arch/arm64/kernel/ |
D | ptrace.c | 1240 tracehook_report_syscall_exit(regs, 0); in tracehook_report_syscall()
|
/linux-4.4.14/arch/s390/kernel/ |
D | ptrace.c | 869 tracehook_report_syscall_exit(regs, 0); in do_syscall_trace_exit()
|
D | entry.S | 415 # call tracehook_report_syscall_entry/tracehook_report_syscall_exit before
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | ptrace.c | 1880 tracehook_report_syscall_exit(regs, step); in do_syscall_trace_leave()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | ptrace.c | 1240 tracehook_report_syscall_exit(®s, step); in syscall_trace_leave()
|