Home
last modified time | relevance | path

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

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