summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2026-03-18refactor: pass flags.Config explicitly, remove flags.Get() from library code ...Paul Buetow
2026-03-01flags: return parse errors instead of exiting (task 321)Paul Buetow
2026-02-21Align Go project structure and add Mage targetsPaul Buetow
2025-04-10can serialize and deserialize to/from gobPaul Buetow
2025-04-06initial dumping in new ior data formatPaul Buetow
2025-04-01initial iordata_testPaul Buetow
2025-03-29flags is now a singletonPaul Buetow
2025-03-22SETFLPaul Buetow
2025-03-07add pprof option and rename ioriotng to iorPaul Buetow
2024-02-13can pass flags to BPFPaul Buetow
2024-02-13move program code to internal package - only leave cmd wrapper in ./cmdPaul Buetow
2024-02-13use explicit typesPaul Buetow
2024-02-13collect enter and exit times of the syscall tracepointsPaul Buetow
2024-02-11rename c filePaul Buetow
2024-02-11move go cmd to cmd/ioriotngPaul Buetow