Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dtracehook.h104 return ptrace_report_syscall(regs, PTRACE_EVENTMSG_SYSCALL_ENTRY); in tracehook_report_syscall_entry()
/Linux-v5.10/include/uapi/linux/
Dptrace.h108 #define PTRACE_EVENTMSG_SYSCALL_ENTRY 1 macro
/Linux-v5.10/kernel/
Dptrace.c975 case PTRACE_EVENTMSG_SYSCALL_ENTRY: in ptrace_get_syscall_info()
/Linux-v5.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c254 #ifndef PTRACE_EVENTMSG_SYSCALL_ENTRY
255 #define PTRACE_EVENTMSG_SYSCALL_ENTRY 1 macro
2010 EXPECT_EQ(entry ? PTRACE_EVENTMSG_SYSCALL_ENTRY in tracer_ptrace()