Lines Matching refs:ptrace
53 if (ptrace(PPC_PTRACE_GETHWDBGINFO, child_pid, NULL, dbginfo)) { in get_dbginfo()
120 if (ptrace(PTRACE_TRACEME, 0, NULL, 0)) { in test_workload()
211 ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &siginfo); in check_success()
228 ptrace(PTRACE_SINGLESTEP, child_pid, NULL, 0); in check_success()
235 if (ptrace(PTRACE_SET_DEBUGREG, child_pid, 0, wp_addr)) { in ptrace_set_debugreg()
243 int wh = ptrace(PPC_PTRACE_SETHWDEBUG, child_pid, 0, info); in ptrace_sethwdebug()
254 if (ptrace(PPC_PTRACE_DELHWDEBUG, child_pid, 0, wh) < 0) { in ptrace_delhwdebug()
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()
415 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_aligned()
433 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_unaligned()
442 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_unaligned()
451 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_unaligned()
470 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_unaligned_dar()
488 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_dawr_max_range()
532 ptrace(PTRACE_CONT, child_pid, NULL, 0); in ptrace_hwbreak()