Home
last modified time | relevance | path

Searched refs:PTRACE_EVENTMSG_SYSCALL_EXIT (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/include/linux/
Dtracehook.h129 ptrace_report_syscall(regs, PTRACE_EVENTMSG_SYSCALL_EXIT); in tracehook_report_syscall_exit()
/Linux-v5.10/include/uapi/linux/
Dptrace.h109 #define PTRACE_EVENTMSG_SYSCALL_EXIT 2 macro
/Linux-v5.10/kernel/
Dptrace.c979 case PTRACE_EVENTMSG_SYSCALL_EXIT: in ptrace_get_syscall_info()
/Linux-v5.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c256 #define PTRACE_EVENTMSG_SYSCALL_EXIT 2 macro
2011 : PTRACE_EVENTMSG_SYSCALL_EXIT, msg); in tracer_ptrace()