Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dptrace.h28 #define PTRACE_GETEVENTMSG 0x4201 macro
/linux-4.4.14/kernel/
Dptrace.c859 case PTRACE_GETEVENTMSG: in ptrace_request()
1165 case PTRACE_GETEVENTMSG: in compat_ptrace_request()
/linux-4.4.14/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1136 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_poke()
1328 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_syscall()
2135 ASSERT_EQ(0, ptrace(PTRACE_GETEVENTMSG, child_pid, NULL, &msg)); in TEST()
2171 ASSERT_EQ(0, ptrace(PTRACE_GETEVENTMSG, child_pid, NULL, &msg)); in TEST()
/linux-4.4.14/Documentation/prctl/
Dseccomp_filter.txt127 via PTRACE_GETEVENTMSG.