Searched refs:PTRACE_GETEVENTMSG (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/uapi/linux/ |
D | ptrace.h | 29 #define PTRACE_GETEVENTMSG 0x4201 macro
|
/Linux-v4.19/kernel/ |
D | ptrace.c | 907 case PTRACE_GETEVENTMSG: in ptrace_request() 1205 case PTRACE_GETEVENTMSG: in compat_ptrace_request()
|
/Linux-v4.19/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1439 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_poke() 1684 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_syscall() 1720 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_ptrace() 2715 ASSERT_EQ(0, ptrace(PTRACE_GETEVENTMSG, child_pid, NULL, &msg)); in TEST() 2751 ASSERT_EQ(0, ptrace(PTRACE_GETEVENTMSG, child_pid, NULL, &msg)); in TEST()
|
/Linux-v4.19/Documentation/userspace-api/ |
D | seccomp_filter.rst | 135 via ``PTRACE_GETEVENTMSG``.
|