summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-12extract TUI Model god class into focused sub-controllersPaul Buetow
2026-05-12introduce RuntimeBuilder to separate construction from orchestration in ior.goPaul Buetow
2026-05-12refactor flamegraph TUI model into focused sub-controllersPaul Buetow
2026-05-12invert dependency: internal no longer imports internal/tuiPaul Buetow
2026-05-12refactor renderActiveContent to stay under 50-line limitPaul Buetow
2026-05-12refactor tuiTraceStarterFromRunTrace and runTraceWithContext to comply with 5...Paul Buetow
2026-05-12refactor: split handleGlobalKeyPress into focused helpers under 50 linesPaul Buetow
2026-05-12refactor: split Snapshot in statsengine to comply with 50-line limitPaul Buetow
2026-05-12refactor Magefile: split runGoTestWithProgress and runParquetChecks below 50-...Paul Buetow
2026-05-12refactor flamegraph model.go: split Update and frameIndexAt below 50-line limitPaul Buetow
2026-05-11speed up flame graph TUI under heavy event loadPaul Buetow
2026-05-09show auto-reset countdown and document the cyclePaul Buetow
2026-05-09refine auto-reset timer cycle and pause on blurPaul Buetow
2026-05-09add auto-reset timer for dashboard aggregatesPaul Buetow
2026-05-08reconnect flamegraph live trie after in-place filter swapPaul Buetow
2026-05-08swap global filter in place to skip BPF reattachPaul Buetow
2026-05-08add duration metric, tolerate missing tracepoints, ship el8 buildPaul Buetow
2026-05-07add link to blog post seriesPaul Buetow
2026-05-07release 1.0.0v1.0.0Paul Buetow
2026-05-07update docs and ascii bannerPaul Buetow
2026-05-06pin Docker build to linux/amd64 for cross-compilationPaul Buetow
2026-05-06updatesPaul Buetow
2026-05-06fixPaul Buetow
2026-05-06move demo/ to docs/tutorial/, commit assets, consolidate TUI docsPaul Buetow
2026-05-06add Dockerfile and Rocky Linux 9 build docsPaul Buetow
2026-05-02add demo sources: VHS tapes, helper scripts, and tutorialPaul Buetow
2026-05-02fix BPF tracepoint context type for RHEL 9 stock kernelPaul Buetow
2026-05-01update instructionsPaul Buetow
2026-04-24task a8: move all binaries under ./cmd/<name>/main.goPaul Buetow
2026-04-24fix task 38: plug profiling fd leak on setup failure pathsPaul Buetow
2026-04-18chore: bump version to v0.0.1v0.0.1Paul Buetow
2026-04-18Fix Recorder.Stop error propagation for task 65Paul Buetow
2026-04-18fix probemanager close serialization for task 55Paul Buetow
2026-04-18fix probemanager attach race for task 55Paul Buetow
2026-04-18fix task 45: bound pending handle cleanupPaul Buetow
2026-04-18Fix task 35: treat negative fcntl errno as failurePaul Buetow
2026-03-19moving the planPaul Buetow
2026-03-18cleanupPaul Buetow
2026-03-18feat: add ParquetValidate mage target and ClickHouse querying docsPaul Buetow
2026-03-18refactor: extract keyboardState, filterState, processState sub-structs from t...Paul Buetow
2026-03-18refactor: split TraceRuntimeBindings into RuntimePublisher and RuntimeState (...Paul Buetow
2026-03-18refactor: split ior.go mega-file into focused files (task 427)Paul Buetow
2026-03-18refactor: pass flags.Config explicitly, remove flags.Get() from library code ...Paul Buetow
2026-03-18refactor: extract pairTracker and extend fdTracker to reduce eventLoop respon...Paul Buetow
2026-03-18refactor: replace reflect.TypeOf dispatch in exit handlers with type switch (...Paul Buetow
2026-03-13Reorder flags declarations (task 390)Paul Buetow
2026-03-13Handle procfs lookup errors in event loop (task 392)Paul Buetow
2026-03-13Refactor event loop into focused units (task 389)Paul Buetow
2026-03-13test: stabilize integration error-path workloadsPaul Buetow
2026-03-13docs: explain parquet recording modesPaul Buetow