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
Age
Commit message (
Expand
)
Author
2025-03-16
correctly trace flags for open and openat syscalls
Paul Buetow
2025-03-16
comments
Paul Buetow
2025-03-16
refactor
Paul Buetow
2025-03-16
refactor directories
Paul Buetow
2025-03-16
refactor
Paul Buetow
2025-03-07
add ior stuff
Paul Buetow
2025-03-07
add pprof option and rename ioriotng to ior
Paul Buetow
2025-03-06
TID filter works
Paul Buetow
2025-03-05
work on TID_FILTER, doesn't work yet fully, need to debug
Paul Buetow
2025-02-24
works with latest libbpfgo
Paul Buetow
2025-02-24
logging tracepoints not generated for as comments
Paul Buetow
2025-02-24
add todo
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-03-02
cleanup, close.c and write.c are already auto-generated
Paul Buetow
2024-03-02
detect loss of event when exit/enter tracepoints dont match up
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
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
2024-02-23
as of now, only pid filter supported.
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
PID filter
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
restructure
Paul Buetow
2024-02-19
refactor makefiel
Paul Buetow
2024-02-19
propper C makefile
Paul Buetow
2024-02-19
move all C code to internal/c
Paul Buetow