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
/
c
/
generated_tracepoints_result.txt
Age
Commit message (
Expand
)
Author
13 days
fix(classify): capture timerfd_gettime/settime + splice/tee fd, not KindNull
Paul Buetow
2026-06-01
fix(classify): mq_timedsend returns status, not bytes — make ret UNCLASSIFIED
Paul Buetow
2026-06-01
fix(classify): msgsnd returns status, not bytes — make ret UNCLASSIFIED
Paul Buetow
2026-05-31
listxattrat: READ-classify return for xattr-list family consistency
Paul Buetow
2026-05-31
getxattrat: READ-classify return for xattr-get family consistency
Paul Buetow
2026-05-30
generate: treat rt_sigreturn as noreturn (suppress dead exit handler)
Paul Buetow
2026-05-30
sendfile64: capture out_fd instead of dropping both fds
Paul Buetow
2026-05-29
codegen: suppress unreachable sys_exit handlers for noreturn syscalls
Paul Buetow
2026-05-28
close_range: honor last bound and CLOSE_RANGE_CLOEXEC flag
Paul Buetow
2026-05-21
o7 classify landlock add-rule and restrict-self as fd
Paul Buetow
2026-05-21
m7 classify time and posix timer syscalls
Paul Buetow
2026-05-21
k7 classify process control and prctl syscalls
Paul Buetow
2026-05-21
j7 add futex kind and aggregate-only defaults
Paul Buetow
2026-05-21
l7 classify numa and process memory syscalls
Paul Buetow
2026-05-21
h7 classify additional memory syscalls
Paul Buetow
2026-05-21
57 add bpf syscall kind classification
Paul Buetow
2026-05-21
37 classify clone family as proc kind
Paul Buetow
2026-05-21
b7 classify sysv ipc ids and ops
Paul Buetow
2026-05-21
e7 classify acct pathname and misc null syscalls
Paul Buetow
2026-05-21
67 add seccomp and module trace kinds
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-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
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: defer mmsg byte classification
Paul Buetow
2026-05-18
k6: emit tracepoints for all syscall families
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
Add getcwd tracing support and stabilize comm propagation test
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
2026-02-21
rewrite from Raku to Golang initial
Paul Buetow
2025-10-09
initial handle by open_at syscalls
Paul Buetow
2025-10-08
add classifications
Paul Buetow
2025-07-12
initial classification
Paul Buetow
2025-04-11
add tp tracker
Paul Buetow