Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dptrace.h119 #define PTRACE_EVENTMSG_SYSCALL_ENTRY 1 macro
/Linux-v6.1/include/linux/
Dptrace.h457 return ptrace_report_syscall(PTRACE_EVENTMSG_SYSCALL_ENTRY); in ptrace_report_syscall_entry()
/Linux-v6.1/kernel/
Dptrace.c1009 case PTRACE_EVENTMSG_SYSCALL_ENTRY: in ptrace_get_syscall_info()
/Linux-v6.1/tools/testing/selftests/seccomp/
Dseccomp_bpf.c261 #ifndef PTRACE_EVENTMSG_SYSCALL_ENTRY
262 #define PTRACE_EVENTMSG_SYSCALL_ENTRY 1 macro
2050 EXPECT_EQ(entry ? PTRACE_EVENTMSG_SYSCALL_ENTRY in tracer_ptrace()