Searched refs:PTRACE_GETEVENTMSG (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/include/uapi/linux/ |
D | ptrace.h | 29 #define PTRACE_GETEVENTMSG 0x4201 macro
|
/Linux-v6.1/kernel/ |
D | ptrace.c | 1054 case PTRACE_GETEVENTMSG: in ptrace_request() 1356 case PTRACE_GETEVENTMSG: in compat_ptrace_request()
|
/Linux-v6.1/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1636 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_poke() 1987 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_seccomp() 2048 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_ptrace() 3091 ASSERT_EQ(0, ptrace(PTRACE_GETEVENTMSG, child_pid, NULL, &msg)); in TEST() 3133 ASSERT_EQ(0, ptrace(PTRACE_GETEVENTMSG, child_pid, NULL, &msg)); in TEST()
|
/Linux-v6.1/Documentation/userspace-api/ |
D | seccomp_filter.rst | 140 via ``PTRACE_GETEVENTMSG``.
|