Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dptrace.h29 #define PTRACE_GETEVENTMSG 0x4201 macro
/linux-6.15/Documentation/translations/zh_CN/userspace-api/
H A Dseccomp_filter.rst115 部分会通过 ``PTRACE_GETEVENTMSG`` 提供给追踪器。
/linux-6.15/kernel/
H A Dptrace.c1035 case PTRACE_GETEVENTMSG: in ptrace_request()
1345 case PTRACE_GETEVENTMSG: in compat_ptrace_request()
/linux-6.15/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1655 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_poke()
2014 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_seccomp()
2075 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_ptrace()
3121 ASSERT_EQ(0, ptrace(PTRACE_GETEVENTMSG, child_pid, NULL, &msg)); in TEST()
3163 ASSERT_EQ(0, ptrace(PTRACE_GETEVENTMSG, child_pid, NULL, &msg)); in TEST()
/linux-6.15/Documentation/userspace-api/
H A Dseccomp_filter.rst140 via ``PTRACE_GETEVENTMSG``.