index
:
ior
develop
main
I/O Riot NG is an experiment with BPF.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-02-13
forgot to add the flags package
Paul Buetow
2024-02-13
can pass flags to BPF
Paul Buetow
2024-02-13
define event struct and assign values independently. otherwise, confuses
Paul Buetow
2024-02-13
can pass config struct and also have a generic filter function in BPF
Paul Buetow
2024-02-13
can pass UID via map from userland to BPF part
Paul Buetow
2024-02-13
add more to the readme
Paul Buetow
2024-02-13
move program code to internal package - only leave cmd wrapper in ./cmd
Paul Buetow
2024-02-13
use explicit types
Paul Buetow
2024-02-13
collect enter and exit times of the syscall tracepoints
Paul Buetow
2024-02-11
cleanup include paths
Paul Buetow
2024-02-11
make it phony
Paul Buetow
2024-02-11
no race
Paul Buetow
2024-02-11
cosmetics
Paul Buetow
2024-02-11
move all to makefiles
Paul Buetow
2024-02-11
rename c file
Paul Buetow
2024-02-11
move around some stuff to the Makefile
Paul Buetow
2024-02-11
also use opids.go
Paul Buetow
2024-02-11
move go cmd to cmd/ioriotng
Paul Buetow
2024-02-11
initial timestamps
Paul Buetow
2024-02-11
refactor
Paul Buetow
2024-02-10
fix
Paul Buetow
2024-02-10
add debugfs.TracepointsWithF
Paul Buetow
2024-02-10
it's not the pollSize, but the poll timeout in poll() :facepalm:
Paul Buetow
2024-02-10
add opids
Paul Buetow
2024-02-10
also read fdEvents in Go
Paul Buetow
2024-02-10
make it generic
Paul Buetow
2024-02-10
refactor
Paul Buetow
2024-02-10
refactor
Paul Buetow
2024-02-10
add UID filter
Paul Buetow
2024-02-10
add open syscall
Paul Buetow
2024-02-09
remove clean
Paul Buetow
2024-02-09
add clean
Paul Buetow
2024-02-09
more
Paul Buetow
2024-02-09
add todo
Paul Buetow
2024-02-09
use log package everywhere
Paul Buetow
2024-02-09
can dynamically load progs and tracepoints
Paul Buetow
2024-02-09
also catch enter openat syscall
Paul Buetow
2024-02-08
allign logo right
Paul Buetow
2024-02-08
can trace openat exit
Paul Buetow
2024-02-08
fix deprecation messages
Paul Buetow
2024-02-08
change logo size
Paul Buetow
2024-02-08
add logo
Paul Buetow
2024-02-06
cann recv a string from the kernel to userland
Paul Buetow
2024-02-06
Add Makefile
Paul Buetow
2024-02-05
ignore vmlinux
Paul Buetow
2024-02-05
generate vmlinux.h
Paul Buetow
2024-02-05
correction
Paul Buetow
2024-02-04
remove paul from paths
Paul Buetow
2024-02-04
add golang and clang
Paul Buetow
2024-02-04
can compile
Paul Buetow
[next]