Symbol: PTRACE_CONT
arch/powerpc/kernel/ptrace/ptrace32.c
292
case PTRACE_CONT:
arch/um/os-Linux/process.c
63
ptrace(PTRACE_CONT, pid);
arch/um/os-Linux/skas/mem.c
109
err = ptrace(PTRACE_CONT, pid, 0, 0);
arch/um/os-Linux/skas/process.c
129
err = ptrace(PTRACE_CONT, pid, 0, 0);
arch/um/os-Linux/skas/process.c
255
err = ptrace(PTRACE_CONT, pid, 0, SIGSEGV);
arch/um/os-Linux/start_up.c
131
if (ptrace(PTRACE_CONT, pid, 0, 0) < 0)
kernel/ptrace.c
1323
case PTRACE_CONT:
tools/perf/arch/x86/tests/bp-modify.c
172
if (ptrace(PTRACE_CONT, child, NULL, NULL)) {
tools/perf/arch/x86/tests/bp-modify.c
99
if (ptrace(PTRACE_CONT, child, NULL, NULL)) {
tools/testing/selftests/arm64/abi/ptrace.c
225
if (ptrace(PTRACE_CONT, pid, NULL, sig)) {
tools/testing/selftests/arm64/fp/fp-ptrace.c
750
if (!continue_breakpoint(child, PTRACE_CONT))
tools/testing/selftests/arm64/fp/sve-ptrace.c
794
if (ptrace(PTRACE_CONT, pid, NULL, sig)) {
tools/testing/selftests/arm64/fp/za-ptrace.c
303
if (ptrace(PTRACE_CONT, pid, NULL, sig)) {
tools/testing/selftests/arm64/fp/zt-ptrace.c
307
if (ptrace(PTRACE_CONT, pid, NULL, sig)) {
tools/testing/selftests/arm64/gcs/libc-gcs.c
218
if (ptrace(PTRACE_CONT, pid, NULL, sig)) {
tools/testing/selftests/breakpoints/breakpoint_test.c
299
ptrace(PTRACE_CONT, child_pid, NULL, 0);
tools/testing/selftests/breakpoints/breakpoint_test.c
321
ptrace(PTRACE_CONT, child_pid, NULL, 0);
tools/testing/selftests/breakpoints/breakpoint_test.c
377
ptrace(PTRACE_CONT, child_pid, NULL, 0);
tools/testing/selftests/breakpoints/breakpoint_test.c
381
ptrace(PTRACE_CONT, child_pid, NULL, 0);
tools/testing/selftests/breakpoints/breakpoint_test.c
384
ptrace(PTRACE_CONT, child_pid, NULL, 0);
tools/testing/selftests/breakpoints/breakpoint_test_arm64.c
146
if (ptrace(PTRACE_CONT, pid, NULL, NULL) < 0) {
tools/testing/selftests/breakpoints/step_after_suspend_test.c
110
if (ptrace(PTRACE_CONT, pid, NULL, NULL) < 0) {
tools/testing/selftests/mm/protection_keys.c
1552
ret = ptrace(PTRACE_CONT, child, 0, 0);
tools/testing/selftests/mm/protection_keys.c
1579
ret = ptrace(PTRACE_CONT, child, 0, 0);
tools/testing/selftests/mm/protection_keys.c
1593
ret = ptrace(PTRACE_CONT, child, 0, 0);
tools/testing/selftests/mm/protection_keys.c
1658
ret = ptrace(PTRACE_CONT, child, 0, 0);
tools/testing/selftests/mm/protection_keys.c
1672
ret = ptrace(PTRACE_CONT, child, 0, 0);
tools/testing/selftests/nolibc/nolibc-test.c
1463
CASE_TEST(ptrace); EXPECT_SYSER(1, ptrace(PTRACE_CONT, getpid(), NULL, NULL), -1, ESRCH); break;
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
289
ptrace(PTRACE_CONT, child_pid, NULL, 0);
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
299
ptrace(PTRACE_CONT, child_pid, NULL, 0);
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
310
ptrace(PTRACE_CONT, child_pid, NULL, 0);
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
329
ptrace(PTRACE_CONT, child_pid, NULL, 0);
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
362
ptrace(PTRACE_CONT, child_pid, NULL, 0);
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
369
ptrace(PTRACE_CONT, child_pid, NULL, 0);
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
376
ptrace(PTRACE_CONT, child_pid, NULL, 0);
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
392
ptrace(PTRACE_CONT, child_pid, NULL, 0);
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
410
ptrace(PTRACE_CONT, child_pid, NULL, 0);
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
419
ptrace(PTRACE_CONT, child_pid, NULL, 0);
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
428
ptrace(PTRACE_CONT, child_pid, NULL, 0);
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
455
ptrace(PTRACE_CONT, child_pid, NULL, 0);
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
458
ptrace(PTRACE_CONT, child_pid, NULL, 0);
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
486
ptrace(PTRACE_CONT, child_pid, NULL, 0);
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
489
ptrace(PTRACE_CONT, child_pid, NULL, 0);
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
509
ptrace(PTRACE_CONT, child_pid, NULL, 0);
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
518
ptrace(PTRACE_CONT, child_pid, NULL, 0);
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
527
ptrace(PTRACE_CONT, child_pid, NULL, 0);
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
546
ptrace(PTRACE_CONT, child_pid, NULL, 0);
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
564
ptrace(PTRACE_CONT, child_pid, NULL, 0);
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
612
ptrace(PTRACE_CONT, child_pid, NULL, 0);
tools/testing/selftests/powerpc/ptrace/ptrace-perf-hwbreak.c
61
return sys_ptrace(PTRACE_CONT, pid, 0, signal);
tools/testing/selftests/powerpc/ptrace/ptrace-syscall.c
203
if (ptrace(PTRACE_CONT, chld, 0, 0) != 0)
tools/testing/selftests/powerpc/ptrace/ptrace.h
97
ret = ptrace(PTRACE_CONT, child, NULL, NULL);
tools/testing/selftests/riscv/cfi/cfitests.c
122
ptrace(PTRACE_CONT, pid, NULL, NULL);
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
164
ASSERT_EQ(0, ptrace(PTRACE_CONT, pid, NULL, NULL));
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
277
ASSERT_EQ(0, ptrace(PTRACE_CONT, pid, NULL, NULL));
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
313
ASSERT_EQ(0, ptrace(PTRACE_CONT, pid, NULL, NULL));
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
57
ASSERT_EQ(0, ptrace(PTRACE_CONT, pid, NULL, NULL));
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
607
ASSERT_EQ(0, ptrace(PTRACE_CONT, pid, NULL, NULL));
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
816
ASSERT_EQ(0, ptrace(PTRACE_CONT, pid, NULL, NULL));
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
865
ASSERT_EQ(0, ptrace(PTRACE_CONT, pid, NULL, NULL));
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
893
ASSERT_EQ(0, ptrace(PTRACE_CONT, pid, NULL, NULL));
tools/testing/selftests/riscv/vector/vstate_ptrace.c
105
ptrace(PTRACE_CONT, child, NULL, NULL);
tools/testing/selftests/seccomp/seccomp_bpf.c
1563
ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT,
tools/testing/selftests/seccomp/seccomp_bpf.c
1596
ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT,
tools/testing/selftests/seccomp/seccomp_bpf.c
3116
ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0));
tools/testing/selftests/seccomp/seccomp_bpf.c
3140
ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0));
tools/testing/selftests/seccomp/seccomp_bpf.c
3155
ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0));
tools/testing/selftests/seccomp/seccomp_bpf.c
3159
ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0));
tools/testing/selftests/seccomp/seccomp_bpf.c
3189
ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0));
tools/testing/selftests/x86/fsgsbase.c
483
ptrace(PTRACE_CONT, child, NULL, NULL);
tools/testing/selftests/x86/fsgsbase.c
563
ptrace(PTRACE_CONT, child, NULL, NULL);
tools/testing/selftests/x86/fsgsbase_restore.c
209
if (ptrace(PTRACE_CONT, chld, NULL, NULL) != 0)
tools/testing/selftests/x86/ptrace_syscall.c
263
if (ptrace(PTRACE_CONT, chld, 0, 0) != 0)
tools/testing/selftests/x86/ptrace_syscall.c
352
if (ptrace(PTRACE_CONT, chld, 0, 0) != 0)