| /linux/tools/testing/selftests/powerpc/ptrace/ |
| H A D | ptrace-hwbreak.c | 289 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg() 299 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg() 310 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg() 329 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg_kernel_userspace() 362 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact() 369 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact() 376 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact() 392 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact_kernel_userspace() 410 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_aligned() 419 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_aligned() [all …]
|
| H A D | ptrace-syscall.c | 203 if (ptrace(PTRACE_CONT, chld, 0, 0) != 0) in test_ptrace_syscall_restart()
|
| H A D | ptrace-perf-hwbreak.c | 61 return sys_ptrace(PTRACE_CONT, pid, 0, signal); in ptrace_cont()
|
| H A D | ptrace.h | 97 ret = ptrace(PTRACE_CONT, child, NULL, NULL); in cont_trace()
|
| /linux/tools/testing/selftests/breakpoints/ |
| H A D | breakpoint_test.c | 299 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_instruction_breakpoints() 321 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_watchpoints() 377 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_tests() 381 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_tests() 384 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_tests()
|
| H A D | step_after_suspend_test.c | 110 if (ptrace(PTRACE_CONT, pid, NULL, NULL) < 0) { in run_test()
|
| H A D | breakpoint_test_arm64.c | 146 if (ptrace(PTRACE_CONT, pid, NULL, NULL) < 0) { in run_test()
|
| /linux/tools/testing/selftests/riscv/vector/ |
| H A D | validate_v_ptrace.c | 57 ASSERT_EQ(0, ptrace(PTRACE_CONT, pid, NULL, NULL)); in TEST() 164 ASSERT_EQ(0, ptrace(PTRACE_CONT, pid, NULL, NULL)); in TEST() 277 ASSERT_EQ(0, ptrace(PTRACE_CONT, pid, NULL, NULL)); in TEST() 313 ASSERT_EQ(0, ptrace(PTRACE_CONT, pid, NULL, NULL)); in TEST() 607 ASSERT_EQ(0, ptrace(PTRACE_CONT, pid, NULL, NULL)); in TEST_F() 816 ASSERT_EQ(0, ptrace(PTRACE_CONT, pid, NULL, NULL)); in TEST_F() 865 ASSERT_EQ(0, ptrace(PTRACE_CONT, pid, NULL, NULL)); in TEST_F() 893 ASSERT_EQ(0, ptrace(PTRACE_CONT, pid, NULL, NULL)); in TEST_F()
|
| H A D | vstate_ptrace.c | 105 ptrace(PTRACE_CONT, child, NULL, NULL); in do_parent()
|
| /linux/tools/perf/arch/x86/tests/ |
| H A D | bp-modify.c | 99 if (ptrace(PTRACE_CONT, child, NULL, NULL)) { in bp_modify1() 172 if (ptrace(PTRACE_CONT, child, NULL, NULL)) { in bp_modify2()
|
| /linux/include/uapi/linux/ |
| H A D | ptrace.h | 18 #define PTRACE_CONT 7 macro
|
| /linux/tools/testing/selftests/riscv/cfi/ |
| H A D | cfitests.c | 123 ptrace(PTRACE_CONT, pid, NULL, NULL); in cfi_ptrace_test()
|
| /linux/arch/um/os-Linux/ |
| H A D | process.c | 63 ptrace(PTRACE_CONT, pid); in os_kill_ptraced_process()
|
| H A D | start_up.c | 131 if (ptrace(PTRACE_CONT, pid, 0, 0) < 0) in stop_ptraced_child()
|
| /linux/tools/testing/selftests/x86/ |
| H A D | fsgsbase_restore.c | 209 if (ptrace(PTRACE_CONT, chld, NULL, NULL) != 0) in main()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | protection_keys.c | 1552 ret = ptrace(PTRACE_CONT, child, 0, 0); in test_ptrace_modifies_pkru() 1579 ret = ptrace(PTRACE_CONT, child, 0, 0); in test_ptrace_modifies_pkru() 1593 ret = ptrace(PTRACE_CONT, child, 0, 0); in test_ptrace_modifies_pkru() 1658 ret = ptrace(PTRACE_CONT, child, 0, 0); in test_ptrace_modifies_pkru() 1672 ret = ptrace(PTRACE_CONT, child, 0, 0); in test_ptrace_modifies_pkru()
|
| /linux/arch/powerpc/kernel/ptrace/ |
| H A D | ptrace32.c | 292 case PTRACE_CONT: in compat_arch_ptrace()
|
| /linux/tools/testing/selftests/arm64/abi/ |
| H A D | ptrace.c | 225 if (ptrace(PTRACE_CONT, pid, NULL, sig)) { in do_parent()
|
| /linux/arch/um/os-Linux/skas/ |
| H A D | mem.c | 109 err = ptrace(PTRACE_CONT, pid, 0, 0); in do_syscall_stub()
|
| H A D | process.c | 129 err = ptrace(PTRACE_CONT, pid, 0, 0); in wait_stub_done() 255 err = ptrace(PTRACE_CONT, pid, 0, SIGSEGV); in get_skas_faultinfo()
|
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | za-ptrace.c | 303 if (ptrace(PTRACE_CONT, pid, NULL, sig)) { in do_parent()
|
| H A D | zt-ptrace.c | 307 if (ptrace(PTRACE_CONT, pid, NULL, sig)) { in do_parent()
|
| H A D | sve-ptrace.c | 794 if (ptrace(PTRACE_CONT, pid, NULL, sig)) { in do_parent()
|
| /linux/tools/testing/selftests/arm64/gcs/ |
| H A D | libc-gcs.c | 219 if (ptrace(PTRACE_CONT, pid, NULL, sig)) { in TEST()
|
| /linux/tools/testing/selftests/seccomp/ |
| H A D | seccomp_bpf.c | 1569 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer() 1602 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer() 2134 * SECCOMP_RET_TRACE+PTRACE_CONT or plain ptrace()+PTRACE_SYSCALL. 3122 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST() 3146 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST() 3161 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST() 3165 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST() 3195 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
|