Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dptrace.h149 #define PTRACE_EVENTMSG_SYSCALL_ENTRY 1 macro
/Linux-v6.6/include/linux/
Dptrace.h448 return ptrace_report_syscall(PTRACE_EVENTMSG_SYSCALL_ENTRY); in ptrace_report_syscall_entry()
/Linux-v6.6/kernel/
Dptrace.c1010 case PTRACE_EVENTMSG_SYSCALL_ENTRY: in ptrace_get_syscall_info()
/Linux-v6.6/tools/testing/selftests/seccomp/
Dseccomp_bpf.c265 #ifndef PTRACE_EVENTMSG_SYSCALL_ENTRY
266 #define PTRACE_EVENTMSG_SYSCALL_ENTRY 1 macro
2064 EXPECT_EQ(entry ? PTRACE_EVENTMSG_SYSCALL_ENTRY in tracer_ptrace()