Searched refs:shared_log (Results 1 - 1 of 1) sorted by relevance

/external/strace/
H A Dstrace.c154 static FILE *shared_log; variable
662 tcp->outf = shared_log; /* if not -ff mode, the same file is for all */
1223 params_for_tracee.fd_to_close = (shared_log != stderr) ? fileno(shared_log) : -1;
1664 shared_log = stderr;
1892 shared_log = strace_popen(outfname + 1);
1895 shared_log = strace_fopen(outfname);
1906 setvbuf(shared_log, buf, _IOLBF, BUFSIZ);
2021 call_summary(shared_log);
2434 if (shared_log !
[all...]

Completed in 35 milliseconds