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
Correctness and robustness improvements across multiple subsystems
- cgroup: initialize map eagerly, fix swallowed error in cGroupWalk, add
blank line before lock call for readability, declare err in var block
- main: defer signal.Stop to clean up signal channel on exit
- map: guard duration with 1ns floor to prevent division-by-zero in
bitrate calculation; simplify checkBatchMapSupport return expression;
add minDuration constant with explanatory comment
- output: fix bitrate unit thresholds to use unit boundaries instead of
10x multiples; handle json.Encoder.Encode error instead of discarding
- probe: warn when no KProbes were attached so output-is-empty is diagnosable
- tui: replace func-pointer sort selector with atomic.Int32 index into a
fixed sortFuncs array for safe concurrent access; introduce done channel
so updateStatsTable goroutine exits cleanly when the app stops
0 commit comments