You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop metadata-only syscall probes disabled by the legacy production tracer, add opt-in Rust and eBPF profiling, and preserve successful exec paths with paired entry/exit capture. Extend VM coverage for execve, execveat, secondary-thread exec, and the reduced syscall set.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: b3fe3fcd-33e7-4ea3-b563-8492847b2469
Copy file name to clipboardExpand all lines: docs/configuration.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,5 +40,7 @@ Multiple paths can be specified by separating them with a colon `:`.
40
40
-`FSTRACE_LOG_FILE`: Write log output to this explicit file path (all binaries). See [Logging](logging.md).
41
41
-`FSTRACE_LOG_DIR`: Write log output into this directory, one file per process (`fstrace-daemon.log`, `fstrace-<pid>.log`), so the daemon and concurrent clients never interleave.
42
42
-`FSTRACE_DEBUG_FILE`: Legacy alias for `FSTRACE_LOG_FILE` (single shared file).
43
+
-`FSTRACE_PROFILE`: Set to `1` in both daemon and client environments to emit
44
+
aggregate Rust and eBPF performance summaries. See [Logging](logging.md).
43
45
-`FSTRACE_REPORT_FILE`: Write the report stream to this path instead of file descriptor 3. Recommended when running under `sudo` (see [Reports and file descriptor 3](reports-and-fd3.md)).
44
46
-`FSTRACE_SOCKET`: Path to the daemon's Unix socket (default `/run/fstrace/fstrace.sock`). Both the daemon and the client honour it; set it to run a private daemon.
0 commit comments