Searched refs:PTRACE_TRACEME (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/Documentation/admin-guide/LSM/ |
D | Yama.rst | 54 ``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/ |
D | clone.c | 35 err = stub_syscall4(__NR_ptrace, PTRACE_TRACEME, 0, 0, 0); in stub_clone_handler()
|
/Linux-v4.19/include/uapi/linux/ |
D | ptrace.h | 11 #define PTRACE_TRACEME 0 macro
|
/Linux-v4.19/tools/testing/selftests/breakpoints/ |
D | step_after_suspend_test.c | 45 if (ptrace(PTRACE_TRACEME, 0, NULL, NULL) != 0) { in child()
|
D | breakpoint_test_arm64.c | 46 if (ptrace(PTRACE_TRACEME, 0, NULL, NULL) != 0) { in child()
|
D | breakpoint_test.c | 208 ret = ptrace(PTRACE_TRACEME, 0, NULL, 0); in trigger_tests()
|
/Linux-v4.19/tools/perf/arch/x86/tests/ |
D | bp-modify.c | 39 int err = ptrace(PTRACE_TRACEME, 0, NULL, NULL); in spawn_child()
|
/Linux-v4.19/tools/testing/selftests/x86/ |
D | ptrace_syscall.c | 183 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()
|
D | test_syscall_vdso.c | 358 if (ptrace(PTRACE_TRACEME, 0L, 0L, 0L) != 0) in ptrace_me()
|
/Linux-v4.19/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-hwbreak.c | 169 ret = ptrace(PTRACE_TRACEME, 0, NULL, 0); in trigger_tests()
|
/Linux-v4.19/arch/um/os-Linux/ |
D | start_up.c | 36 ptrace(PTRACE_TRACEME, 0, 0, 0) < 0) { in ptrace_child()
|
/Linux-v4.19/kernel/ |
D | ptrace.c | 1116 if (request == PTRACE_TRACEME) { in SYSCALL_DEFINE4() 1264 if (request == PTRACE_TRACEME) { in COMPAT_SYSCALL_DEFINE4()
|
/Linux-v4.19/arch/um/os-Linux/skas/ |
D | process.c | 198 ptrace(PTRACE_TRACEME, 0, 0, 0); in userspace_tramp()
|
/Linux-v4.19/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 2660 EXPECT_EQ(0, ptrace(PTRACE_TRACEME)); in TEST()
|