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
/
ioriotng.go
Age
Commit message (
Expand
)
Author
2025-03-07
add pprof option and rename ioriotng to ior
Paul Buetow
2025-03-06
initial event filter
Paul Buetow
2025-03-06
refactor
Paul Buetow
2024-02-28
no need of debugfs package.
Paul Buetow
2024-02-27
can load all generated probes
Paul Buetow
2024-02-21
move generated tracepoints to separate directory
Paul Buetow
2024-02-19
refactor
Paul Buetow
2024-02-19
refactor
Paul Buetow
2024-02-19
refactor open, re-use some code
Paul Buetow
2024-02-19
add write syscall
Paul Buetow
2024-02-18
add arch.go
Paul Buetow
2024-02-17
always inline
Paul Buetow
2024-02-17
using global variables for more efficient filtering of events
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
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
update Go types
Paul Buetow
2024-02-16
switch from perf maps to ring buffer
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
can pass flags to BPF
Paul Buetow
2024-02-13
can pass UID via map from userland to BPF part
Paul Buetow
2024-02-13
move program code to internal package - only leave cmd wrapper in ./cmd
Paul Buetow