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
/
eventloop_runtime.go
Age
Commit message (
Expand
)
Author
2026-05-23
8c extract aggregate draining and filter gating from eventLoop
Paul Buetow
2026-05-22
4c extract event kind runtime registry
Paul Buetow
2026-05-22
yb reject aggregate rows for pid tid filters
Paul Buetow
2026-05-20
task-47: add KindExec for execve paths
Paul Buetow
2026-05-20
feat: add keyctl ptrace perf_event_open tracing (task 77)
Paul Buetow
2026-05-20
feat: add mount/fs management syscall tracing for c7
Paul Buetow
2026-05-20
task 27: add KindSleep and requested sleep metric
Paul Buetow
2026-05-20
fix(task-17): prevent aggregate double-count and flush on shutdown
Paul Buetow
2026-05-20
feat: add syscall aggregate sampling infrastructure (task 17)
Paul Buetow
2026-05-20
task 07: add KindMem and separate address-space byte accounting
Paul Buetow
2026-05-19
z6: add KindPoll wiring for poll/select ready counts
Paul Buetow
2026-05-19
y6: add epoll ctl/wait tracing and ready-count coverage
Paul Buetow
2026-05-19
x6: add pipe/eventfd fd-from-air syscall support
Paul Buetow
2026-05-19
v6: add KindAccept and wire accept/accept4
Paul Buetow
2026-05-19
u6: fix socketpair exit fd capture and socket filtering
Paul Buetow
2026-05-19
u6: add socket/socketpair kind scaffolding and wiring
Paul Buetow
2026-05-18
j6: account bytes for ret-classified syscalls
Paul Buetow
2026-05-13
refactor: break down functions exceeding 50 lines into smaller helpers
Paul Buetow
2026-05-13
refactor: extract outputFormatter collaborator from eventLoop
Paul Buetow
2026-05-13
feat(eventloop): add panic recovery to events() goroutine for resilience
Paul Buetow
2026-05-08
swap global filter in place to skip BPF reattach
Paul Buetow
2026-03-18
refactor: extract pairTracker and extend fdTracker to reduce eventLoop respon...
Paul Buetow
2026-03-13
Refactor event loop into focused units (task 389)
Paul Buetow