ptrace_syscall    227 tools/testing/selftests/powerpc/ptrace/ptrace-syscall.c 	return test_harness(ptrace_syscall, "ptrace_syscall");
ptrace_syscall   1373 tools/testing/selftests/seccomp/seccomp_bpf.c 	    tracer_func_t tracer_func, void *args, bool ptrace_syscall)
ptrace_syscall   1393 tools/testing/selftests/seccomp/seccomp_bpf.c 	ret = ptrace(PTRACE_SETOPTIONS, tracee, NULL, ptrace_syscall ?
ptrace_syscall   1400 tools/testing/selftests/seccomp/seccomp_bpf.c 	ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT,
ptrace_syscall   1419 tools/testing/selftests/seccomp/seccomp_bpf.c 		ASSERT_EQ(!ptrace_syscall, IS_SECCOMP_EVENT(status));
ptrace_syscall   1423 tools/testing/selftests/seccomp/seccomp_bpf.c 		ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT,
ptrace_syscall   1435 tools/testing/selftests/seccomp/seccomp_bpf.c 			  tracer_func_t func, void *args, bool ptrace_syscall)
ptrace_syscall   1452 tools/testing/selftests/seccomp/seccomp_bpf.c 			     ptrace_syscall);