Home
last modified time | relevance | path

Searched refs:PTRACE_GETEVENTMSG (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/include/uapi/linux/
Dptrace.h29 #define PTRACE_GETEVENTMSG 0x4201 macro
/Linux-v6.6/Documentation/translations/zh_CN/userspace-api/
Dseccomp_filter.rst115 部分会通过 ``PTRACE_GETEVENTMSG`` 提供给追踪器。
/Linux-v6.6/kernel/
Dptrace.c1055 case PTRACE_GETEVENTMSG: in ptrace_request()
1365 case PTRACE_GETEVENTMSG: in compat_ptrace_request()
/Linux-v6.6/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1642 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()
3109 ASSERT_EQ(0, ptrace(PTRACE_GETEVENTMSG, child_pid, NULL, &msg)); in TEST()
3151 ASSERT_EQ(0, ptrace(PTRACE_GETEVENTMSG, child_pid, NULL, &msg)); in TEST()
/Linux-v6.6/Documentation/userspace-api/
Dseccomp_filter.rst140 via ``PTRACE_GETEVENTMSG``.