Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c146 static FILE *shared_log; variable
697 tcp->outf = shared_log; /* if not -ff mode, the same file is for all */ in newoutf()
1369 params_for_tracee.fd_to_close = (shared_log != stderr) ? fileno(shared_log) : -1; in startup_child()
1598 shared_log = stderr; in init()
1847 shared_log = strace_popen(outfname + 1); in init()
1850 shared_log = strace_fopen(outfname); in init()
1858 setvbuf(shared_log, NULL, _IOLBF, 0); in init()
1970 call_summary(shared_log); in cleanup()
2500 if (shared_log != stderr) in main()
2501 fclose(shared_log); in main()
DChangeLog28259 * strace.c (main): Before normal exit, close shared_log when it
28808 Rename static FILE *outf to shared_log (since it no longer caches tcp->outf).
28817 (startup_child): Rename outf to shared_log.