Trace the cloned process if this process is being traced.
const CLONE_PTRACE: CloneFlags = CloneFlags(cty::CLONE_PTRACE);
clone(2) and CLONE_PTRACE therein