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
/
flags
Age
Commit message (
Expand
)
Author
2025-04-11
more on this
Paul Buetow
2025-04-10
fixes
Paul Buetow
2025-04-10
can generate flamegraphs
Paul Buetow
2025-04-10
more on this
Paul Buetow
2025-04-10
can serialize and deserialize to/from gob
Paul Buetow
2025-04-06
initial dumping in new ior data format
Paul Buetow
2025-03-29
flags is now a singleton
Paul Buetow
2025-03-29
fix
Paul Buetow
2025-03-29
add tpsExclude, rename tracepoints to tps
Paul Buetow
2025-03-24
ignore ior process itself
Paul Buetow
2025-03-16
can filter for tracepoints
Paul Buetow
2025-03-16
initial tracepoint filter
Paul Buetow
2025-03-14
add --duration flag
Paul Buetow
2025-03-14
use syscall name without enter_ prefix
Paul Buetow
2025-03-12
refactor
Paul Buetow
2025-03-11
refactor and initial tree
Paul Buetow
2025-03-07
initial support for path filter
Paul Buetow
2025-03-07
add pprof option and rename ioriotng to ior
Paul Buetow
2025-03-06
refactor
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
2024-02-23
as of now, only pid filter supported.
Paul Buetow
2024-02-23
various things
Paul Buetow
2024-02-22
PID filter
Paul Buetow
2024-02-19
move all C code to internal/c
Paul Buetow
2024-02-17
foo
Paul Buetow
2024-02-17
using global variables for more efficient filtering of events
Paul Buetow
2024-02-16
calculate time taken
Paul Buetow
2024-02-16
move flags to 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
forgot to add the flags package
Paul Buetow