Searched refs:execve_thread (Results 1 – 1 of 1) sorted by relevance
2182 struct tcb *execve_thread; in trace() local2192 execve_thread = pid2tcb(old_pid); in trace()2194 if (!execve_thread) in trace()2197 if (execve_thread->curcol != 0) { in trace()2202 fprintf(execve_thread->outf, " <pid changed to %d ...>\n", pid); in trace()2206 fp = execve_thread->outf; in trace()2207 execve_thread->outf = tcp->outf; in trace()2210 execve_thread->curcol = tcp->curcol; in trace()2215 tcp = execve_thread; in trace()