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.raku
Age
Commit message (
Expand
)
Author
2025-03-16
refactor
Paul Buetow
2025-02-24
works with latest libbpfgo
Paul Buetow
2025-02-24
logging tracepoints not generated for as comments
Paul Buetow
2024-04-01
use u64 for time, use time since boot
Paul Buetow
2024-03-10
make it a bit nicer
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-06
Addresses https://codeberg.org/snonux/ioriotng/issues/23 - fix parameter
Paul Buetow
2024-03-02
refactor
Paul Buetow
2024-03-02
can print old and newname
Paul Buetow
2024-03-02
C generation for syscalls with oldname and newname args
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
can load all generated probes
Paul Buetow
2024-02-27
use generated tracepoints.c
Paul Buetow
2024-02-26
sort tracepoints by id
Paul Buetow
2024-02-26
add comment
Paul Buetow
2024-02-26
initial BPF C code generation based on debugfs
Paul Buetow