Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dptrace.h34 PTRACE_TRACEME = 0, enumerator
35 #define PT_TRACE_ME PTRACE_TRACEME
/OK3568_Linux_fs/kernel/Documentation/admin-guide/LSM/
H A DYama.rst55 ``prctl(PR_SET_DUMPABLE...)`` already). Similarly, ``PTRACE_TRACEME`` is
65 Using ``PTRACE_TRACEME`` is unchanged.
69 ``PTRACE_ATTACH`` or through children calling ``PTRACE_TRACEME``.
73 ``PTRACE_TRACEME``. Once set, this sysctl value cannot be changed.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dptrace.h34 PTRACE_TRACEME = 0, enumerator
35 #define PT_TRACE_ME PTRACE_TRACEME
/OK3568_Linux_fs/kernel/arch/um/kernel/skas/
H A Dclone.c35 err = stub_syscall4(__NR_ptrace, PTRACE_TRACEME, 0, 0, 0); in stub_clone_handler()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dptrace.h11 #define PTRACE_TRACEME 0 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dptrace.h11 #define PTRACE_TRACEME 0 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dptrace.h11 #define PTRACE_TRACEME 0 macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/ptrace/
H A Dvmaccess.c20 ptrace(PTRACE_TRACEME, 0, 0L, 0L); in thread()
H A Dget_syscall_info.c86 ASSERT_EQ(0, sys_ptrace(PTRACE_TRACEME, 0, 0, 0)) { in TEST()
/OK3568_Linux_fs/kernel/tools/testing/selftests/x86/
H A Dfsgsbase.c461 if (ptrace(PTRACE_TRACEME, 0, NULL, NULL) != 0) in test_ptrace_write_gs_read_base()
521 if (ptrace(PTRACE_TRACEME, 0, NULL, NULL) != 0) in test_ptrace_write_gsbase()
H A 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()
H A Dfsgsbase_restore.c162 if (ptrace(PTRACE_TRACEME, 0, 0, 0) != 0) in main()
H A Dtest_syscall_vdso.c350 if (ptrace(PTRACE_TRACEME, 0L, 0L, 0L) != 0) in ptrace_me()
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/tests/
H A Dbp-modify.c40 int err = ptrace(PTRACE_TRACEME, 0, NULL, NULL); in spawn_child()
/OK3568_Linux_fs/kernel/tools/testing/selftests/breakpoints/
H A Dstep_after_suspend_test.c36 if (ptrace(PTRACE_TRACEME, 0, NULL, NULL) != 0) { in child()
H A Dbreakpoint_test_arm64.c37 if (ptrace(PTRACE_TRACEME, 0, NULL, NULL) != 0) { in child()
H A Dbreakpoint_test.c209 ret = ptrace(PTRACE_TRACEME, 0, NULL, 0); in trigger_tests()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-syscall.c74 if (ptrace(PTRACE_TRACEME, 0, 0, 0) != 0) in test_ptrace_syscall_restart()
H A Dptrace-hwbreak.c120 if (ptrace(PTRACE_TRACEME, 0, NULL, 0)) { in test_workload()
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dstart_up.c36 ptrace(PTRACE_TRACEME, 0, 0, 0) < 0) { in ptrace_child()
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c60 if (ptrace(PTRACE_TRACEME, -1, NULL, NULL)) in do_child()
/OK3568_Linux_fs/kernel/arch/um/os-Linux/skas/
H A Dprocess.c199 ptrace(PTRACE_TRACEME, 0, 0, 0); in userspace_tramp()
/OK3568_Linux_fs/kernel/kernel/
H A Dptrace.c1274 if (request == PTRACE_TRACEME) { in SYSCALL_DEFINE4()
1421 if (request == PTRACE_TRACEME) { in COMPAT_SYSCALL_DEFINE4()
/OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c2981 EXPECT_EQ(0, ptrace(PTRACE_TRACEME)); in TEST()