/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() 111 ksft_print_msg("ptrace(PTRACE_CONT) failed: %s\n", in run_test() 122 ksft_print_msg("child did not exit after PTRACE_CONT: %s\n", in run_test()
|
H A D | breakpoint_test_arm64.c | 146 if (ptrace(PTRACE_CONT, pid, NULL, NULL) < 0) { in run_test()
|
/linux/tools/perf/arch/x86/tests/ |
H A D | bp-modify.c | 101 if (ptrace(PTRACE_CONT, child, NULL, NULL)) { in bp_modify1() 177 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/x86/ |
H A D | ptrace_syscall.c | 283 if (ptrace(PTRACE_CONT, chld, 0, 0) != 0) in test_ptrace_syscall_restart() 372 if (ptrace(PTRACE_CONT, chld, 0, 0) != 0) in test_restart_under_ptrace()
|
H A D | fsgsbase.c | 503 ptrace(PTRACE_CONT, child, NULL, NULL); in test_ptrace_write_gs_read_base() 583 ptrace(PTRACE_CONT, child, NULL, NULL); in test_ptrace_write_gsbase()
|
H A D | fsgsbase_restore.c | 209 if (ptrace(PTRACE_CONT, chld, NULL, NULL) != 0) in main()
|
/linux/arch/um/os-Linux/ |
H A D | process.c | 43 ptrace(PTRACE_CONT, pid); in os_kill_ptraced_process()
|
H A D | start_up.c | 122 if (ptrace(PTRACE_CONT, pid, 0, 0) < 0) in stop_ptraced_child()
|
/linux/tools/testing/selftests/mm/ |
H A D | protection_keys.c | 1616 ret = ptrace(PTRACE_CONT, child, 0, 0); in test_ptrace_modifies_pkru() 1643 ret = ptrace(PTRACE_CONT, child, 0, 0); in test_ptrace_modifies_pkru() 1657 ret = ptrace(PTRACE_CONT, child, 0, 0); in test_ptrace_modifies_pkru() 1722 ret = ptrace(PTRACE_CONT, child, 0, 0); in test_ptrace_modifies_pkru() 1736 ret = ptrace(PTRACE_CONT, child, 0, 0); in test_ptrace_modifies_pkru()
|
/linux/arch/um/os-Linux/skas/ |
H A D | process.c | 124 err = ptrace(PTRACE_CONT, pid, 0, 0); in wait_stub_done() 151 err = ptrace(PTRACE_CONT, pid, 0, SIGSEGV); in get_skas_faultinfo()
|
H A D | mem.c | 95 err = ptrace(PTRACE_CONT, pid, 0, 0); in do_syscall_stub()
|
/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/tools/testing/selftests/arm64/fp/ |
H A D | za-ptrace.c | 303 if (ptrace(PTRACE_CONT, pid, NULL, sig)) { in do_parent() 307 ksft_test_result_fail("PTRACE_CONT: %s\n", in do_parent()
|
H A D | zt-ptrace.c | 308 if (ptrace(PTRACE_CONT, pid, NULL, sig)) { in do_parent() 312 ksft_test_result_fail("PTRACE_CONT: %s\n", in do_parent()
|
H A D | sve-ptrace.c | 672 if (ptrace(PTRACE_CONT, pid, NULL, sig)) { in do_parent() 676 ksft_test_result_fail("PTRACE_CONT: %s\n", in do_parent()
|
H A D | fp-ptrace.c | 736 if (!continue_breakpoint(child, PTRACE_CONT)) in run_parent()
|
/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 1543 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer() 1576 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer() 3102 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST() 3126 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST() 3141 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST() 3145 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST() 3172 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
|
/linux/kernel/ |
H A D | ptrace.c | 1198 case PTRACE_CONT: in ptrace_request()
|