Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dptrace.h29 #define PTRACE_GETEVENTMSG 0x4201 macro
/Linux-v5.4/kernel/
Dptrace.c1021 case PTRACE_GETEVENTMSG: in ptrace_request()
1332 case PTRACE_GETEVENTMSG: in compat_ptrace_request()
/Linux-v5.4/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1489 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_poke()
1743 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_syscall()
1790 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_ptrace()
2830 ASSERT_EQ(0, ptrace(PTRACE_GETEVENTMSG, child_pid, NULL, &msg)); in TEST()
2871 ASSERT_EQ(0, ptrace(PTRACE_GETEVENTMSG, child_pid, NULL, &msg)); in TEST()
/Linux-v5.4/Documentation/userspace-api/
Dseccomp_filter.rst140 via ``PTRACE_GETEVENTMSG``.