| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-21 | p7 add attach-time trace dimension gating | Paul Buetow | |
| 2026-05-13 | test: replace time.Sleep with deterministic synchronization in unit tests | Paul Buetow | |
| Replace three time.Sleep usages in tests with channel-based and happens-before reasoning: - internal/ior_mode_test.go: waitForStreamRows no longer polls with time.Sleep(1ms); starter() only returns after the trace goroutine closes the started channel, which happens after all printCb pushes, forming a happens-before edge that guarantees the rows are visible. - internal/probemanager/manager_test.go: the intermediate attach-count assertions (enter==1, exit==0) are now checked immediately after <-enterBlocked, which is itself a happens-before edge, rather than after a 50ms sleep. The concurrent goroutine 2 is started afterwards; the final count assertions after both goroutines complete verify the serialization invariant. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-08 | add duration metric, tolerate missing tracepoints, ship el8 build | Paul Buetow | |
| - Bubbles, treemap, icicle, and the live flamegraph 'b' cycle now include syscall duration (sum) as a third metric alongside events and bytes. Statsengine snapshots expose TotalLatencyNs to support this. - AttachAll takes an optional warn callback. Production passes one so older kernels that lack newer tracepoints log a warning and keep going instead of aborting startup. - Dockerfile.el8 + scripts/build-with-docker-el8.sh + mage buildDockerEl8 produce ior.el8, a static binary built against Rocky Linux 8 glibc for RHEL/Rocky/Alma 8 hosts. - README.md documents installing mage and the new el8 target. | |||
| 2026-04-18 | fix probemanager close serialization for task 55 | Paul Buetow | |
| 2026-04-18 | fix probemanager attach race for task 55 | Paul Buetow | |
| 2026-03-10 | probemanager: surface cleanup destroy errors (task 417) | Paul Buetow | |
| 2026-02-25 | Fix stream paused scrolling and apply pending TUI/probe updates | Paul Buetow | |
| 2026-02-25 | Fix probes bulk toggles and stabilize modal row rendering | Paul Buetow | |
| 2026-02-25 | Test probe manager picks up newly added tracepoints | Paul Buetow | |
| 2026-02-25 | Add thread-safe probe manager with attach lifecycle | Paul Buetow | |
