Searched refs:PTRACE_GETEVENTMSG (Results 1 – 4 of 4) sorted by relevance
| /linux-5.15/include/uapi/linux/ ! |
| H A D | ptrace.h | 29 #define PTRACE_GETEVENTMSG 0x4201 macro
|
| /linux-5.15/kernel/ ! |
| H A D | ptrace.c | 1055 case PTRACE_GETEVENTMSG: in ptrace_request() 1372 case PTRACE_GETEVENTMSG: in compat_ptrace_request()
|
| /linux-5.15/tools/testing/selftests/seccomp/ ! |
| A D | seccomp_bpf.c | 1619 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_poke() 1965 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_seccomp() 2021 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_ptrace() 3040 ASSERT_EQ(0, ptrace(PTRACE_GETEVENTMSG, child_pid, NULL, &msg)); in TEST() 3082 ASSERT_EQ(0, ptrace(PTRACE_GETEVENTMSG, child_pid, NULL, &msg)); in TEST()
|
| /linux-5.15/Documentation/userspace-api/ ! |
| A D | seccomp_filter.rst | 140 via ``PTRACE_GETEVENTMSG``.
|