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
/
Makefile
Age
Commit message (
Expand
)
Author
2025-03-24
test target works
Paul Buetow
2025-03-18
add race detector
Paul Buetow
2025-03-16
refactor directories
Paul Buetow
2025-03-16
refactor
Paul Buetow
2025-03-14
parallel rite collapsed flamegraphs
Paul Buetow
2025-03-14
add file name
Paul Buetow
2025-03-14
switch to inferno flamegraphs
Paul Buetow
2025-03-14
add sleep to fix CPU spin
Paul Buetow
2025-03-14
add sycall on bottom
Paul Buetow
2025-03-12
improve flame cmds
Paul Buetow
2025-03-12
add flame target
Paul Buetow
2025-03-07
add pprof option and rename ioriotng to ior
Paul Buetow
2025-02-24
works with latest libbpfgo
Paul Buetow
2024-02-27
s/size/ret/ to make it more generic
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
initial RwEvent (read-write event) returning size
Paul Buetow
2024-02-22
PID filter
Paul Buetow
2024-02-19
refactor generated code into its own package
Paul Buetow
2024-02-19
always copy
Paul Buetow
2024-02-19
make ioriotng able to run without .c source files present
Paul Buetow
2024-02-19
cp don't link
Paul Buetow
2024-02-19
restructure
Paul Buetow
2024-02-19
move all C code to internal/c
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-13
can pass flags to BPF
Paul Buetow
2024-02-13
move program code to internal package - only leave cmd wrapper in ./cmd
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
move around some stuff to the Makefile
Paul Buetow
2024-02-06
Add Makefile
Paul Buetow
2024-02-04
can compile
Paul Buetow
2024-02-04
initial version (not yet working)
Paul Buetow