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
/
ior.go
Age
Commit message (
Expand
)
Author
2026-03-18
refactor: split TraceRuntimeBindings into RuntimePublisher and RuntimeState (...
Paul Buetow
2026-03-18
refactor: split ior.go mega-file into focused files (task 427)
Paul Buetow
2026-03-18
refactor: pass flags.Config explicitly, remove flags.Get() from library code ...
Paul Buetow
2026-03-13
perf: remove tui stream relay channel
Paul Buetow
2026-03-13
feat: add headless parquet recording mode
Paul Buetow
2026-03-12
feat: persist parquet recording across TUI restarts
Paul Buetow
2026-03-12
refactor: extract shared syscall stream row model
Paul Buetow
2026-03-12
fix: restore legacy flamegraph trace output mode
Paul Buetow
2026-03-12
internal: embed BPF object into ior binary
Paul Buetow
2026-03-10
config: centralize default buffer sizes (task 388)
Paul Buetow
2026-03-10
tui: hide stream buffer behind source interface (task 428)
Paul Buetow
2026-03-10
task 434: unify trace filter plumbing
Paul Buetow
2026-03-10
task 433: lock in pair recycle safety
Paul Buetow
2026-03-10
internal: add context to BPF setup failures (task 416)
Paul Buetow
2026-03-08
task 373: preserve stream history across filter restart
Paul Buetow
2026-03-08
task 368: filter live pairs before TUI ingestion
Paul Buetow
2026-03-08
task 367: carry full trace filters through TUI context
Paul Buetow
2026-03-06
refactor: rename flags.Flags to flags.Config (task 383)
Paul Buetow
2026-03-06
refactor: make livetrie caller-owned for pair recycling (task 382)
Paul Buetow
2026-03-06
refactor: remove dead tracepoint attach abstractions (task 383)
Paul Buetow
2026-03-06
refactor: decompose runTraceWithContext orchestration (task 388)
Paul Buetow
2026-03-06
refactor: thread runtime flags through ior and tui (task 385)
Paul Buetow
2026-03-06
fix: preserve error chains in tracepoint attach (task 384)
Paul Buetow
2026-03-06
fix: return errors for invalid event filters (task 382)
Paul Buetow
2026-03-06
refactor: remove web flamegrapher and keep TUI-only
Paul Buetow
2026-03-06
Add live flamegraph test modes and dynamic synthetic live feed
Paul Buetow
2026-03-05
Enable TUI-mode pprof artifacts and trace capture
Paul Buetow
2026-03-05
task 353: wire LiveTrie into TUI trace startup
Paul Buetow
2026-03-03
Add watch mode for dynamic flamegraph updates
Paul Buetow
2026-03-03
Add WASM-ready flamegraph JSON export
Paul Buetow
2026-03-02
Make --open a command template with no defaults
Paul Buetow
2026-03-02
Add --open support for live flamegraph browser launch
Paul Buetow
2026-03-02
Replace TUI service-locator globals with runtime bindings
Paul Buetow
2026-03-01
Move BPF setup off flags.Flags
Paul Buetow
2026-03-01
Thread runtime config instead of global flags reads
Paul Buetow
2026-03-01
Route non-fatal event-loop warnings to TUI
Paul Buetow
2026-03-01
ior: remove attachTracepoints wrapper (task 315)
Paul Buetow
2026-03-01
eventloop: inject runtime config instead of flags singleton (task 315)
Paul Buetow
2026-02-27
internal: validate live CLI mode behavior
Paul Buetow
2026-02-27
ior: route live mode through trace pipeline
Paul Buetow
2026-02-26
tui: add paused stream CSV export and foreground editor open
Paul Buetow
2026-02-25
Fix stream paused scrolling and apply pending TUI/probe updates
Paul Buetow
2026-02-25
Add late-bound probe manager access for TUI
Paul Buetow
2026-02-25
Wire probe manager into tracepoint attach flow
Paul Buetow
2026-02-25
Decouple stream push from ingestion callback
Paul Buetow
2026-02-25
Wire event stream source into TUI trace pipeline
Paul Buetow
2026-02-24
add docs
Paul Buetow
2026-02-24
flamegraph: remove external tool path and document native generation
Paul Buetow
2026-02-24
flamegraph: improve interactive zoom and serve svg over embedded http
Paul Buetow
2026-02-24
flamegraph: add native svg pipeline and tests
Paul Buetow
[next]