| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ptrace/ |
| H A D | ptrace-hwbreak.c | 276 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg() 286 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg() 297 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg() 316 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg_kernel_userspace() 349 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact() 356 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact() 363 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact() 379 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact_kernel_userspace() 397 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_aligned() 406 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.h | 93 ret = ptrace(PTRACE_CONT, child, NULL, NULL); in cont_trace()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | ptrace.h | 62 PTRACE_CONT = 7, enumerator 63 #define PT_CONTINUE PTRACE_CONT
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | ptrace.h | 62 PTRACE_CONT = 7, enumerator 63 #define PT_CONTINUE PTRACE_CONT
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/skas/ |
| H A D | process.c | 68 err = ptrace(PTRACE_CONT, pid, 0, 0); in wait_stub_done() 102 err = ptrace(PTRACE_CONT, pid, 0, SIGSEGV); in get_skas_faultinfo() 511 err = ptrace(PTRACE_CONT, pid, 0, 0); in copy_context_skas0()
|
| H A D | mem.c | 65 err = ptrace(PTRACE_CONT, pid, 0, 0); in do_syscall_stub()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | ptrace.h | 18 #define PTRACE_CONT 7 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | ptrace.h | 18 #define PTRACE_CONT 7 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | ptrace.h | 18 #define PTRACE_CONT 7 macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/x86/ |
| H A D | fsgsbase.c | 501 ptrace(PTRACE_CONT, child, NULL, NULL); in test_ptrace_write_gs_read_base() 581 ptrace(PTRACE_CONT, child, NULL, NULL); in test_ptrace_write_gsbase()
|
| 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_restore.c | 210 if (ptrace(PTRACE_CONT, chld, NULL, NULL) != 0) in main()
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | process.c | 119 ptrace(PTRACE_CONT, pid); in os_kill_ptraced_process()
|
| H A D | start_up.c | 125 if (ptrace(PTRACE_CONT, pid, 0, 0) < 0) { in stop_ptraced_child()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/ |
| H A D | ptrace32.c | 294 case PTRACE_CONT: in compat_arch_ptrace()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/fp/ |
| H A D | sve-ptrace.c | 196 if (ptrace(PTRACE_CONT, pid, NULL, sig)) { in do_parent()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/ |
| H A D | seccomp_bpf.c | 1524 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer() 1547 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer() 3028 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST() 3052 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST() 3067 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST() 3071 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST() 3098 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | ptrace.c | 1218 case PTRACE_CONT: in ptrace_request()
|