Searched refs:vptrace (Results 1 - 2 of 2) sorted by relevance
/external/ltp/testcases/kernel/syscalls/ptrace/ |
H A D | simple_tracer.c | 42 _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 D | spawn_ptrace_child.h | 43 #define vptrace(request, pid, addr, data) \ macro
|
Completed in 444 milliseconds