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
/
cmd
Age
Commit message (
Expand
)
Author
2026-05-13
refactor: break down functions exceeding 50 lines into smaller helpers
Paul Buetow
2026-05-13
replace panic with os.Exit and error log in cmd/filewriter
Paul Buetow
2026-05-13
replace global flags singleton with Parse() returning Config value
Paul Buetow
2026-05-12
invert dependency: internal no longer imports internal/tui
Paul Buetow
2026-05-07
update docs and ascii banner
Paul Buetow
2026-04-24
task a8: move all binaries under ./cmd/<name>/main.go
Paul Buetow
2026-03-18
refactor: pass flags.Config explicitly, remove flags.Get() from library code ...
Paul Buetow
2026-03-01
flags: return parse errors instead of exiting (task 321)
Paul Buetow
2026-02-21
Align Go project structure and add Mage targets
Paul Buetow
2025-04-10
can serialize and deserialize to/from gob
Paul Buetow
2025-04-06
initial dumping in new ior data format
Paul Buetow
2025-04-01
initial iordata_test
Paul Buetow
2025-03-29
flags is now a singleton
Paul Buetow
2025-03-22
SETFL
Paul Buetow
2025-03-07
add pprof option and rename ioriotng to ior
Paul Buetow
2024-02-13
can pass flags to BPF
Paul Buetow
2024-02-13
move program code to internal package - only leave cmd wrapper in ./cmd
Paul Buetow
2024-02-13
use explicit types
Paul Buetow
2024-02-13
collect enter and exit times of the syscall tracepoints
Paul Buetow
2024-02-11
rename c file
Paul Buetow
2024-02-11
move go cmd to cmd/ioriotng
Paul Buetow