Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dtracehook.h239 if (current->ptrace & PT_TRACE_VFORK) in tracehook_prepare_clone()
Dptrace.h85 #define PT_TRACE_VFORK 0x00000020 macro
/linux-2.6.39/kernel/
Dptrace.c422 child->ptrace |= PT_TRACE_VFORK; in ptrace_setoptions()