PTRACE_TRACEME     35 arch/um/kernel/skas/clone.c 	err = stub_syscall4(__NR_ptrace, PTRACE_TRACEME, 0, 0, 0);
PTRACE_TRACEME    198 arch/um/os-Linux/skas/process.c 	ptrace(PTRACE_TRACEME, 0, 0, 0);
PTRACE_TRACEME     36 arch/um/os-Linux/start_up.c 	    ptrace(PTRACE_TRACEME, 0, 0, 0) < 0) {
PTRACE_TRACEME   1248 kernel/ptrace.c 	if (request == PTRACE_TRACEME) {
PTRACE_TRACEME   1395 kernel/ptrace.c 	if (request == PTRACE_TRACEME) {
PTRACE_TRACEME     40 tools/perf/arch/x86/tests/bp-modify.c 		int err = ptrace(PTRACE_TRACEME, 0, NULL, NULL);
PTRACE_TRACEME    209 tools/testing/selftests/breakpoints/breakpoint_test.c 	ret = ptrace(PTRACE_TRACEME, 0, NULL, 0);
PTRACE_TRACEME     37 tools/testing/selftests/breakpoints/breakpoint_test_arm64.c 	if (ptrace(PTRACE_TRACEME, 0, NULL, NULL) != 0) {
PTRACE_TRACEME     36 tools/testing/selftests/breakpoints/step_after_suspend_test.c 	if (ptrace(PTRACE_TRACEME, 0, NULL, NULL) != 0) {
PTRACE_TRACEME    169 tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c 	ret = ptrace(PTRACE_TRACEME, 0, NULL, 0);
PTRACE_TRACEME     74 tools/testing/selftests/powerpc/ptrace/ptrace-syscall.c 		if (ptrace(PTRACE_TRACEME, 0, 0, 0) != 0)
PTRACE_TRACEME     86 tools/testing/selftests/ptrace/get_syscall_info.c 		ASSERT_EQ(0, sys_ptrace(PTRACE_TRACEME, 0, 0, 0)) {
PTRACE_TRACEME   2776 tools/testing/selftests/seccomp/seccomp_bpf.c 		EXPECT_EQ(0, ptrace(PTRACE_TRACEME));
PTRACE_TRACEME    458 tools/testing/selftests/x86/fsgsbase.c 		if (ptrace(PTRACE_TRACEME, 0, NULL, NULL) != 0)
PTRACE_TRACEME    183 tools/testing/selftests/x86/ptrace_syscall.c 		if (ptrace(PTRACE_TRACEME, 0, 0, 0) != 0)
PTRACE_TRACEME    303 tools/testing/selftests/x86/ptrace_syscall.c 		if (ptrace(PTRACE_TRACEME, 0, 0, 0) != 0)
PTRACE_TRACEME    350 tools/testing/selftests/x86/test_syscall_vdso.c 		if (ptrace(PTRACE_TRACEME, 0L, 0L, 0L) != 0)