Searched refs:PTRACE_GETEVENTMSG (Results 1 – 5 of 5) sorted by relevance
/linux/include/uapi/linux/ |
H A D | ptrace.h | 29 #define PTRACE_GETEVENTMSG 0x4201 macro
|
/linux/Documentation/translations/zh_CN/userspace-api/ |
H A D | seccomp_filter.rst | 115 部分会通过 ``PTRACE_GETEVENTMSG`` 提供给追踪器。
|
/linux/kernel/ |
H A D | ptrace.c | 1035 case PTRACE_GETEVENTMSG: in ptrace_request() 1345 case PTRACE_GETEVENTMSG: in compat_ptrace_request()
|
/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 1644 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_poke() 2003 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_seccomp() 2064 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_ptrace() 3110 ASSERT_EQ(0, ptrace(PTRACE_GETEVENTMSG, child_pid, NULL, &msg)); in TEST() 3152 ASSERT_EQ(0, ptrace(PTRACE_GETEVENTMSG, child_pid, NULL, &msg)); in TEST()
|
/linux/Documentation/userspace-api/ |
H A D | seccomp_filter.rst | 140 via ``PTRACE_GETEVENTMSG``.
|