Searched refs:PTRACE_GETEVENTMSG (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/uapi/linux/ |
D | ptrace.h | 28 #define PTRACE_GETEVENTMSG 0x4201 macro
|
/linux-4.4.14/kernel/ |
D | ptrace.c | 859 case PTRACE_GETEVENTMSG: in ptrace_request() 1165 case PTRACE_GETEVENTMSG: in compat_ptrace_request()
|
/linux-4.4.14/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1136 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/ |
D | seccomp_filter.txt | 127 via PTRACE_GETEVENTMSG.
|