summaryrefslogtreecommitdiff
path: root/internal/flamegraph/collapsed.go
AgeCommit message (Collapse)Author
2026-02-24flamegraph: remove external tool path and document native generationPaul Buetow
2026-02-21Add integration test framework: plan, workload binary, harness scaffoldingPaul Buetow
- INTEGRATIONTESTS-PLAN.md: full design for e2e integration tests - integrationtests/cmd/ioworkload: standalone binary with 13 I/O scenarios - integrationtests/expectations.go: ExpectedEvent type and assertion helpers - integrationtests/parse.go: .ior.zst parser producing TestResult - Export IterRecord and LoadFromFile in flamegraph package - Fix TraceId -> TraceID, StringByName returns error instead of panic Amp-Thread-ID: https://ampcode.com/threads/T-019c8031-c106-757a-95a0-7a5457163ce7 Co-authored-by: Amp <amp@ampcode.com>
2025-04-11Merge branch 'main' of codeberg.org:snonux/iorPaul Buetow
2025-04-11joPaul Buetow
2025-04-11fixesPaul Buetow
2025-04-11donePaul Buetow
2025-04-11add collapsedPaul Buetow
2025-04-06initial dumping in new ior data formatPaul Buetow
2025-03-29fixPaul Buetow
2025-03-28initial iordata implementationPaul Buetow
2025-03-24more on thisPaul Buetow
2025-03-23add flags from fdinfo infoPaul Buetow
add other warning about vanished pid
2025-03-23joPaul Buetow
2025-03-22catch syscall return code for fcntl success or errorPaul Buetow
2025-03-22generating fcntl boilerplatePaul Buetow
2025-03-19morePaul Buetow
2025-03-18workers are parallelized nowPaul Buetow