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
/
generate
/
bpfhandler.go
Age
Commit message (
Expand
)
Author
2026-05-30
generate: treat rt_sigreturn as noreturn (suppress dead exit handler)
Paul Buetow
2026-05-30
fix(sleep): record sentinel for TIMER_ABSTIME clock_nanosleep (a20)
Paul Buetow
2026-05-30
fix(z10): skip enter-state write for noreturn syscalls
Paul Buetow
2026-05-23
2c fix epoll_create and pidfd_open flags in BPF codegen
Paul Buetow
2026-05-23
5c remove tracepoint ID adjacency dependency from aggregate pairing
Paul Buetow
2026-05-23
ac table-drive BPF extra-code generation away from switches
Paul Buetow
2026-05-21
h7 classify additional memory syscalls
Paul Buetow
2026-05-21
i7 classify memory P3 syscalls as mem kind
Paul Buetow
2026-05-21
g7 classify fd-from-air eventfd users
Paul Buetow
2026-05-21
n7 classify pidfd and misc tail syscalls
Paul Buetow
2026-05-21
f7 wire eventfd kind for fd-from-air IPC syscalls
Paul Buetow
2026-05-21
p7 add attach-time trace dimension gating
Paul Buetow
2026-05-21
task-47: fix execveat dirfd codegen fallback
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
d7: add POSIX mq syscall kind/classification and coverage
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
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-13
refactor: break down functions exceeding 50 lines into smaller helpers
Paul Buetow
2026-05-13
refactor(generate): replace classifySyscall switches with kindRegistry (OCP)
Paul Buetow
2026-05-02
fix BPF tracepoint context type for RHEL 9 stock kernel
Paul Buetow
2026-02-23
Add baseline pidfd_getfd tracepoint support
Paul Buetow
2026-02-23
Fix integration trace expectations and fd/open event handling
Paul Buetow
2026-02-21
Migrate make targets to mage
Paul Buetow