diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-23 20:16:15 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-23 20:16:15 +0300 |
| commit | f12756eecf2ea791ad894cc63380ed78f22f8797 (patch) | |
| tree | e506ace88b6db5ba7371d2b7f421fe480ddf45f0 /docs/syscall-tracing-plan.md | |
| parent | 4e67c348ef1dc2c0d08f3e90c2affb555b205d0e (diff) | |
9c move Non-IO grouping policy from core stats/types into dashboard
Snapshot.NonIOFamilies, Snapshot.NonIOFamiliesCount, and
types.IsNonIOSyscallFamily encoded a TUI tab concept in core packages.
Move this filtering into internal/tui/dashboard/nonio.go as unexported
helpers so the dashboard owns its own grouping policy and
Snapshot.Families remains the neutral core API.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Diffstat (limited to 'docs/syscall-tracing-plan.md')
| -rw-r--r-- | docs/syscall-tracing-plan.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/syscall-tracing-plan.md b/docs/syscall-tracing-plan.md index 0a6e370..25e1af3 100644 --- a/docs/syscall-tracing-plan.md +++ b/docs/syscall-tracing-plan.md @@ -102,7 +102,7 @@ Memory extent is tracked separately via address-space metrics. ## Runtime Notes - Dashboard ships with a dedicated `Non-IO` tab (shortcut `8`) backed by - per-family aggregates (`Snapshot.Families` / `Snapshot.NonIOFamilies`). + per-family aggregates (`Snapshot.Families`); Non-IO filtering is applied in `internal/tui/dashboard`. - Aggregate-only sampling mode is implemented (`rate=0`) via: - `-syscall-sampling-families` - `-syscall-sampling-syscalls` |
