Searched refs:vptrace (Results 1 - 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/ptrace/
H A Dsimple_tracer.c42 _decode(name, vptrace(PTRACE_PEEKUSER, pid, offset, NULL));
127 ret = vptrace(PTRACE_GETREGS, pid, NULL, &pt_regs);
132 ret = vptrace(PTRACE_SYSCALL, pid, NULL, NULL);
141 vptrace(PTRACE_KILL, pid, NULL, NULL);
H A Dspawn_ptrace_child.h43 #define vptrace(request, pid, addr, data) \ macro

Completed in 444 milliseconds