Searched refs:PTRACE_TRACEME (Results 1 – 17 of 17) sorted by relevance
| /Linux-v5.4/Documentation/admin-guide/LSM/ |
| D | Yama.rst | 54 ``prctl(PR_SET_DUMPABLE...)`` already). Similarly, ``PTRACE_TRACEME`` is 64 Using ``PTRACE_TRACEME`` is unchanged. 68 ``PTRACE_ATTACH`` or through children calling ``PTRACE_TRACEME``. 72 ``PTRACE_TRACEME``. Once set, this sysctl value cannot be changed.
|
| /Linux-v5.4/arch/um/kernel/skas/ |
| D | clone.c | 35 err = stub_syscall4(__NR_ptrace, PTRACE_TRACEME, 0, 0, 0); in stub_clone_handler()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | ptrace.h | 11 #define PTRACE_TRACEME 0 macro
|
| /Linux-v5.4/tools/perf/arch/x86/tests/ |
| D | bp-modify.c | 40 int err = ptrace(PTRACE_TRACEME, 0, NULL, NULL); in spawn_child()
|
| /Linux-v5.4/tools/testing/selftests/breakpoints/ |
| D | step_after_suspend_test.c | 36 if (ptrace(PTRACE_TRACEME, 0, NULL, NULL) != 0) { in child()
|
| D | breakpoint_test_arm64.c | 37 if (ptrace(PTRACE_TRACEME, 0, NULL, NULL) != 0) { in child()
|
| D | breakpoint_test.c | 209 ret = ptrace(PTRACE_TRACEME, 0, NULL, 0); in trigger_tests()
|
| /Linux-v5.4/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 | 350 if (ptrace(PTRACE_TRACEME, 0L, 0L, 0L) != 0) in ptrace_me()
|
| D | fsgsbase.c | 458 if (ptrace(PTRACE_TRACEME, 0, NULL, NULL) != 0) in test_ptrace_write_gsbase()
|
| /Linux-v5.4/tools/testing/selftests/powerpc/ptrace/ |
| D | ptrace-syscall.c | 74 if (ptrace(PTRACE_TRACEME, 0, 0, 0) != 0) in test_ptrace_syscall_restart()
|
| D | ptrace-hwbreak.c | 169 ret = ptrace(PTRACE_TRACEME, 0, NULL, 0); in trigger_tests()
|
| /Linux-v5.4/tools/testing/selftests/ptrace/ |
| D | get_syscall_info.c | 86 ASSERT_EQ(0, sys_ptrace(PTRACE_TRACEME, 0, 0, 0)) { in TEST()
|
| /Linux-v5.4/arch/um/os-Linux/ |
| D | start_up.c | 36 ptrace(PTRACE_TRACEME, 0, 0, 0) < 0) { in ptrace_child()
|
| /Linux-v5.4/arch/um/os-Linux/skas/ |
| D | process.c | 198 ptrace(PTRACE_TRACEME, 0, 0, 0); in userspace_tramp()
|
| /Linux-v5.4/kernel/ |
| D | ptrace.c | 1243 if (request == PTRACE_TRACEME) { in SYSCALL_DEFINE4() 1390 if (request == PTRACE_TRACEME) { in COMPAT_SYSCALL_DEFINE4()
|
| /Linux-v5.4/tools/testing/selftests/seccomp/ |
| D | seccomp_bpf.c | 2775 EXPECT_EQ(0, ptrace(PTRACE_TRACEME)); in TEST()
|