/linux-6.3-rc2/tools/testing/selftests/powerpc/ptrace/ |
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() 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() 428 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_aligned() [all …]
|
A D | ptrace-syscall.c | 203 if (ptrace(PTRACE_CONT, chld, 0, 0) != 0) in test_ptrace_syscall_restart()
|
A D | ptrace-perf-hwbreak.c | 652 ptrace(PTRACE_CONT, child_pid, NULL, 0); in ptrace_perf_hwbreak()
|
A D | ptrace.h | 97 ret = ptrace(PTRACE_CONT, child, NULL, NULL); in cont_trace()
|
/linux-6.3-rc2/tools/testing/selftests/breakpoints/ |
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()
|
A D | step_after_suspend_test.c | 110 if (ptrace(PTRACE_CONT, pid, NULL, NULL) < 0) { in run_test()
|
A D | breakpoint_test_arm64.c | 146 if (ptrace(PTRACE_CONT, pid, NULL, NULL) < 0) { in run_test()
|
/linux-6.3-rc2/tools/perf/arch/x86/tests/ |
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-6.3-rc2/include/uapi/linux/ |
A D | ptrace.h | 18 #define PTRACE_CONT 7 macro
|
/linux-6.3-rc2/arch/um/os-Linux/skas/ |
A D | process.c | 119 err = ptrace(PTRACE_CONT, pid, 0, 0); in wait_stub_done() 152 err = ptrace(PTRACE_CONT, pid, 0, SIGSEGV); in get_skas_faultinfo() 571 err = ptrace(PTRACE_CONT, pid, 0, 0); in copy_context_skas0()
|
A D | mem.c | 67 err = ptrace(PTRACE_CONT, pid, 0, 0); in do_syscall_stub()
|
/linux-6.3-rc2/tools/testing/selftests/x86/ |
A D | fsgsbase.c | 509 ptrace(PTRACE_CONT, child, NULL, NULL); in test_ptrace_write_gs_read_base() 589 ptrace(PTRACE_CONT, child, NULL, NULL); in test_ptrace_write_gsbase()
|
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()
|
A D | fsgsbase_restore.c | 210 if (ptrace(PTRACE_CONT, chld, NULL, NULL) != 0) in main()
|
/linux-6.3-rc2/tools/testing/selftests/arm64/abi/ |
A D | ptrace.c | 197 if (ptrace(PTRACE_CONT, pid, NULL, sig)) { in do_parent()
|
/linux-6.3-rc2/arch/powerpc/kernel/ptrace/ |
A D | ptrace32.c | 292 case PTRACE_CONT: in compat_arch_ptrace()
|
/linux-6.3-rc2/arch/um/os-Linux/ |
A D | process.c | 119 ptrace(PTRACE_CONT, pid); in os_kill_ptraced_process()
|
A D | start_up.c | 125 if (ptrace(PTRACE_CONT, pid, 0, 0) < 0) { in stop_ptraced_child()
|
/linux-6.3-rc2/tools/testing/selftests/arm64/fp/ |
A D | za-ptrace.c | 301 if (ptrace(PTRACE_CONT, pid, NULL, sig)) { in do_parent()
|
A D | zt-ptrace.c | 306 if (ptrace(PTRACE_CONT, pid, NULL, sig)) { in do_parent()
|
A D | sve-ptrace.c | 670 if (ptrace(PTRACE_CONT, pid, NULL, sig)) { in do_parent()
|
/linux-6.3-rc2/tools/testing/selftests/mm/ |
A D | protection_keys.c | 1626 ret = ptrace(PTRACE_CONT, child, 0, 0); in test_ptrace_modifies_pkru() 1653 ret = ptrace(PTRACE_CONT, child, 0, 0); in test_ptrace_modifies_pkru() 1667 ret = ptrace(PTRACE_CONT, child, 0, 0); in test_ptrace_modifies_pkru()
|
/linux-6.3-rc2/tools/testing/selftests/seccomp/ |
A D | seccomp_bpf.c | 1541 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer() 1574 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer() 3097 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST() 3121 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST() 3136 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST() 3140 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST() 3167 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
|
/linux-6.3-rc2/kernel/ |
A D | ptrace.c | 1217 case PTRACE_CONT: in ptrace_request()
|