index
:
ior
develop
main
I/O Riot NG is an experiment with BPF.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
flamegraph
/
iordata.go
Age
Commit message (
Expand
)
Author
2026-05-13
fix ignored file.Close error in iordata serialization error path
Paul Buetow
2026-03-18
cleanup
Paul Buetow
2026-03-10
task 436: handle loadFromFile close errors
Paul Buetow
2026-03-06
refactor: remove legacy iordata path map fallback (task 384)
Paul Buetow
2026-03-06
fix: return serialize errors instead of panicking (task 383)
Paul Buetow
2026-03-05
Normalize Go import grouping with local ior section
Paul Buetow
2026-03-01
Thread runtime config instead of global flags reads
Paul Buetow
2026-02-24
flamegraph: stream gob encode to zstd writer
Paul Buetow
2026-02-24
flamegraph: stream gob decode in loadFromFile
Paul Buetow
2026-02-24
flamegraph: flatten iordata storage with composite key map
Paul Buetow
2026-02-21
Add integration test framework: plan, workload binary, harness scaffolding
Paul Buetow
2026-02-21
Add byte count tracking to event pairs
Paul Buetow
2025-04-11
jo
Paul Buetow
2025-04-10
can generate flamegraphs
Paul Buetow
2025-04-10
more on this
Paul Buetow
2025-04-10
can serialize and deserialize to/from gob
Paul Buetow
2025-04-09
add mrproper.
Paul Buetow
2025-04-06
refactor
Paul Buetow
2025-04-06
more refined iod format
Paul Buetow
2025-04-06
initial dumping in new ior data format
Paul Buetow
2025-04-06
add unit test for merge
Paul Buetow
2025-03-29
flags is now a singleton
Paul Buetow
2025-03-29
more on this
Paul Buetow
2025-03-29
fix
Paul Buetow
2025-03-29
add tpsExclude, rename tracepoints to tps
Paul Buetow
2025-03-28
initial iordata implementation
Paul Buetow