OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vptrace
(Results
1 - 2
of
2
) sorted by null
/external/ltp/testcases/kernel/syscalls/ptrace/
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);
spawn_ptrace_child.h
43
#define
vptrace
(request, pid, addr, data) \
macro
Completed in 583 milliseconds