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-16
fix name
Paul Buetow
2024-02-16
it's actually the Pid + TGid
Paul Buetow
2024-02-16
calculate time taken
Paul Buetow
2024-02-16
refactor to syncpool
Paul Buetow
2024-02-16
readRaw helper
Paul Buetow
2024-02-16
use fmt
Paul Buetow
2024-02-16
use panic
Paul Buetow
2024-02-16
also do close syscall
Paul Buetow
2024-02-16
add buffertools
Paul Buetow
2024-02-16
move C file to internal
Paul Buetow
2024-02-16
move some files to internal types
Paul Buetow
2024-02-16
clean up obsolete opids
Paul Buetow
2024-02-16
pretty print of the op id
Paul Buetow
2024-02-16
delete dead code
Paul Buetow
2024-02-16
can deserialise ring buffer messages in Go
Paul Buetow
2024-02-16
move flags to types
Paul Buetow
2024-02-16
update Go types
Paul Buetow
2024-02-16
remove not needed header
Paul Buetow
2024-02-16
switch from perf maps to ring buffer
Paul Buetow
2024-02-15
some more about timestamps
Paul Buetow
2024-02-15
map sizes can be specified through flags
Paul Buetow
2024-02-13
rename
Paul Buetow
2024-02-13
add types package
Paul Buetow
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
[next]