Home
last modified time | relevance | path

Searched refs:PTRACE_TRACEME (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/Documentation/admin-guide/LSM/
DYama.rst54 ``prctl(PR_SET_DUMPABLE...)`` already). Similarly, ``PTRACE_TRACEME`` is
64 Using ``PTRACE_TRACEME`` is unchanged.
68 with ``PTRACE_ATTACH``, or through children calling ``PTRACE_TRACEME``.
72 ``PTRACE_TRACEME``. Once set, this sysctl value cannot be changed.
/Linux-v4.19/arch/um/kernel/skas/
Dclone.c35 err = stub_syscall4(__NR_ptrace, PTRACE_TRACEME, 0, 0, 0); in stub_clone_handler()
/Linux-v4.19/include/uapi/linux/
Dptrace.h11 #define PTRACE_TRACEME 0 macro
/Linux-v4.19/tools/testing/selftests/breakpoints/
Dstep_after_suspend_test.c45 if (ptrace(PTRACE_TRACEME, 0, NULL, NULL) != 0) { in child()
Dbreakpoint_test_arm64.c46 if (ptrace(PTRACE_TRACEME, 0, NULL, NULL) != 0) { in child()
Dbreakpoint_test.c208 ret = ptrace(PTRACE_TRACEME, 0, NULL, 0); in trigger_tests()
/Linux-v4.19/tools/perf/arch/x86/tests/
Dbp-modify.c39 int err = ptrace(PTRACE_TRACEME, 0, NULL, NULL); in spawn_child()
/Linux-v4.19/tools/testing/selftests/x86/
Dptrace_syscall.c183 if (ptrace(PTRACE_TRACEME, 0, 0, 0) != 0) in test_ptrace_syscall_restart()
303 if (ptrace(PTRACE_TRACEME, 0, 0, 0) != 0) in test_restart_under_ptrace()
Dtest_syscall_vdso.c358 if (ptrace(PTRACE_TRACEME, 0L, 0L, 0L) != 0) in ptrace_me()
/Linux-v4.19/tools/testing/selftests/powerpc/ptrace/
Dptrace-hwbreak.c169 ret = ptrace(PTRACE_TRACEME, 0, NULL, 0); in trigger_tests()
/Linux-v4.19/arch/um/os-Linux/
Dstart_up.c36 ptrace(PTRACE_TRACEME, 0, 0, 0) < 0) { in ptrace_child()
/Linux-v4.19/kernel/
Dptrace.c1116 if (request == PTRACE_TRACEME) { in SYSCALL_DEFINE4()
1264 if (request == PTRACE_TRACEME) { in COMPAT_SYSCALL_DEFINE4()
/Linux-v4.19/arch/um/os-Linux/skas/
Dprocess.c198 ptrace(PTRACE_TRACEME, 0, 0, 0); in userspace_tramp()
/Linux-v4.19/tools/testing/selftests/seccomp/
Dseccomp_bpf.c2660 EXPECT_EQ(0, ptrace(PTRACE_TRACEME)); in TEST()