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
/
types.h
Age
Commit message (
Expand
)
Author
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
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
2025-10-09
initial handle by open_at syscalls
Paul Buetow
2025-07-14
more on classification
Paul Buetow
2025-07-12
initial classification
Paul Buetow
2025-04-11
add dup3 syscall
Paul Buetow
2025-03-22
generating fcntl boilerplate
Paul Buetow
2025-03-16
correctly trace flags for open and openat syscalls
Paul Buetow
2025-03-16
comments
Paul Buetow
2024-04-01
use u64 for time, use time since boot
Paul Buetow
2024-03-09
Also auto-generate open syscalls.
Paul Buetow
2024-03-08
as per https://codeberg.org/snonux/ioriotng/issues/19
Paul Buetow
2024-03-02
refactor
Paul Buetow
2024-03-02
C generation for syscalls with oldname and newname args
Paul Buetow
2024-02-29
return correct value (e.g. bytes read)
Paul Buetow
2024-02-28
can print out all fd syscall traces
Paul Buetow
2024-02-28
introduce event type for better deserializing
Paul Buetow
2024-02-27
s/size/ret/ to make it more generic
Paul Buetow
2024-02-27
use generated tracepoints.c
Paul Buetow
2024-02-23
fix data types
Paul Buetow
2024-02-23
initial RwEvent (read-write event) returning size
Paul Buetow
2024-02-23
various things
Paul Buetow
2024-02-22
filter sets pid and tid
Paul Buetow
2024-02-22
finally make use of the NQC's generated code
Paul Buetow
2024-02-20
fix generation
Paul Buetow
2024-02-19
refactor open, re-use some code
Paul Buetow
2024-02-19
move all C code to internal/c
Paul Buetow