Home
last modified time | relevance | path

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

/linux-5.15/include/uapi/linux/ !
H A Dptrace.h29 #define PTRACE_GETEVENTMSG 0x4201 macro
/linux-5.15/kernel/ !
H A Dptrace.c1055 case PTRACE_GETEVENTMSG: in ptrace_request()
1372 case PTRACE_GETEVENTMSG: in compat_ptrace_request()
/linux-5.15/tools/testing/selftests/seccomp/ !
A Dseccomp_bpf.c1619 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 Dseccomp_filter.rst140 via ``PTRACE_GETEVENTMSG``.