Home
last modified time | relevance | path

Searched refs:ptrace_fd (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/tools/testing/selftests/powerpc/ptrace/
Dptrace-perf-hwbreak.c158 int ptrace_fd; in test1() local
172 ptrace_fd = ptrace_open(child_pid, (__u64)ptrace_data1, sizeof(*ptrace_data1)); in test1()
173 if (ptrace_fd > 0 || errno != ENOSPC) in test1()
183 int ptrace_fd; in test2() local
197 ptrace_fd = ptrace_open(child_pid, (__u64)ptrace_data2, sizeof(*ptrace_data2)); in test2()
198 if (ptrace_fd < 0) { in test2()
202 ptrace(PPC_PTRACE_DELHWDEBUG, child_pid, 0, ptrace_fd); in test2()
212 int ptrace_fd; in test3() local
226 ptrace_fd = ptrace_open(child_pid, (__u64)ptrace_data1, sizeof(*ptrace_data1)); in test3()
227 if (ptrace_fd > 0 || errno != ENOSPC) in test3()
[all …]