Searched refs:PTRACE_GETEVENTMSG (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/include/uapi/linux/ |
A D | ptrace.h | 29 #define PTRACE_GETEVENTMSG 0x4201 macro
|
/linux-6.3-rc2/Documentation/translations/zh_CN/userspace-api/ |
A D | seccomp_filter.rst | 115 部分会通过 ``PTRACE_GETEVENTMSG`` 提供给追踪器。
|
/linux-6.3-rc2/kernel/ |
A D | ptrace.c | 1054 case PTRACE_GETEVENTMSG: in ptrace_request() 1356 case PTRACE_GETEVENTMSG: in compat_ptrace_request()
|
/linux-6.3-rc2/tools/testing/selftests/seccomp/ |
A D | seccomp_bpf.c | 1642 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_poke() 2001 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_seccomp() 2062 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_ptrace() 3105 ASSERT_EQ(0, ptrace(PTRACE_GETEVENTMSG, child_pid, NULL, &msg)); in TEST() 3147 ASSERT_EQ(0, ptrace(PTRACE_GETEVENTMSG, child_pid, NULL, &msg)); in TEST()
|
/linux-6.3-rc2/Documentation/userspace-api/ |
A D | seccomp_filter.rst | 140 via ``PTRACE_GETEVENTMSG``.
|
Completed in 14 milliseconds