Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dptrace.h29 #define PTRACE_GETEVENTMSG 0x4201 macro
/linux/kernel/
A Dptrace.c1055 case PTRACE_GETEVENTMSG: in ptrace_request()
1372 case PTRACE_GETEVENTMSG: in compat_ptrace_request()
/linux/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/Documentation/userspace-api/
A Dseccomp_filter.rst140 via ``PTRACE_GETEVENTMSG``.

Completed in 14 milliseconds