Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c155 static FILE *shared_log; variable
720 tcp->outf = shared_log; /* if not -ff mode, the same file is for all */ in after_successful_attach()
1369 params_for_tracee.fd_to_close = (shared_log != stderr) ? fileno(shared_log) : -1; in startup_child()
1597 shared_log = stderr; in init()
1854 shared_log = strace_popen(outfname + 1); in init()
1856 shared_log = strace_fopen(outfname); in init()
1868 setvbuf(shared_log, NULL, _IOLBF, 0); in init()
1981 call_summary(shared_log); in cleanup()
2692 if (shared_log != stderr) in terminate()
2693 fclose(shared_log); in terminate()
DChangeLog47449 * strace.c (main): Before normal exit, close shared_log when it
47998 Rename static FILE *outf to shared_log (since it no longer caches tcp->outf).
48007 (startup_child): Rename outf to shared_log.