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
/
testdata.go
Age
Commit message (
Expand
)
Author
2026-05-30
test(dup): lock in fd_event handler captures oldfd (args[0])
Paul Buetow
2026-05-30
test(generate): lock in listen(2) handler classification
Paul Buetow
2026-05-30
test(kexec_file_load): lock in KindFd/Security/UNCLASSIFIED audit
Paul Buetow
2026-05-30
test(rmdir): lock in FS family, args[0] pathname capture, UNCLASSIFIED exit
Paul Buetow
2026-05-30
test(generate): lock in lseek classification (offset, not byte count)
Paul Buetow
2026-05-30
test(getsockname): lock in KindFd/FamilyNetwork/UNCLASSIFIED classification
Paul Buetow
2026-05-30
test(generate): lock in bind syscall classification
Paul Buetow
2026-05-30
test(signalfd4): lock in args[3] flags index for eventfd handler
Paul Buetow
2026-05-30
test(generate): lock in mkdirat path capture at args[1]
Paul Buetow
2026-05-29
test(mknod): lock in mknod/mknodat path-arg classification
Paul Buetow
2026-05-29
test(dup2): lock in fd_event handler captures oldfd (args[0])
Paul Buetow
2026-05-29
test(generate): lock in access/faccessat path classification
Paul Buetow
2026-05-29
test(generate): lock in init_module vs finit_module classification
Paul Buetow
2026-05-29
utime/utimes: classify as FS family (fix Misc misclassification)
Paul Buetow
2026-05-29
test(epoll_create): lock in epoll_create1 args[0] flags capture
Paul Buetow
2026-05-23
2c fix epoll_create and pidfd_open flags in BPF codegen
Paul Buetow
2026-05-20
task-47: add KindExec for execve paths
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
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: add socket/socketpair kind scaffolding and wiring
Paul Buetow
2026-02-23
Add baseline pidfd_getfd tracepoint support
Paul Buetow
2026-02-23
Add getcwd tracing support and stabilize comm propagation test
Paul Buetow
2026-02-23
Fix integration trace expectations and fd/open event handling
Paul Buetow
2026-02-22
Add copy_file_range support and tracepoint attach tests
Paul Buetow
2026-02-22
Implement mmap/msync syscall support with unit and integration coverage
Paul Buetow
2026-02-21
Enable name_to_handle_at and io_uring fd attribution
Paul Buetow
2026-02-21
Migrate make targets to mage
Paul Buetow