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
/
eventloop.go
Age
Commit message (
Expand
)
Author
2025-03-16
refactor directories
Paul Buetow
2025-03-16
printing out file flags in human mode... only open syscalls yet
Paul Buetow
2025-03-15
jo:x
Paul Buetow
2025-03-14
parallel rite collapsed flamegraphs
Paul Buetow
2025-03-14
fixed a bug with the filepath
Paul Buetow
2025-03-14
add sleep to fix CPU spin
Paul Buetow
2025-03-14
fix pprof
Paul Buetow
2025-03-14
use syscall name without enter_ prefix
Paul Buetow
2025-03-12
refactor
Paul Buetow
2025-03-12
initial flames
Paul Buetow
2025-03-11
more on tree
Paul Buetow
2025-03-11
refactor and initial tree
Paul Buetow
2025-03-11
add statistics
Paul Buetow
2025-03-07
more on filters, needs more testing
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
fix comm filter
Paul Buetow
2025-03-06
find comm name dynamically
Paul Buetow
2025-03-06
can gather file path from proc fs if unknown
Paul Buetow
2025-03-06
initial event filter
Paul Buetow
2025-03-06
refactor
Paul Buetow
2025-03-06
refactor
Paul Buetow
2025-03-05
work on TID_FILTER, doesn't work yet fully, need to debug
Paul Buetow
2025-02-24
there is no bug in the time reporting all is fine
Paul Buetow
2024-04-01
use u64 for time, use time since boot
Paul Buetow
2024-03-28
initial support for logging time diffs between syscalls
Paul Buetow
2024-03-09
Also auto-generate open syscalls.
Paul Buetow
2024-03-08
fix event type 11 handling
Paul Buetow
2024-03-08
as per https://codeberg.org/snonux/ioriotng/issues/19
Paul Buetow
2024-03-02
refactor
Paul Buetow
2024-03-02
can print old and newname
Paul Buetow
2024-03-02
tracepoint mismatches are reported differently
Paul Buetow
2024-03-02
typos
Paul Buetow
2024-03-02
add some comments
Paul Buetow
2024-03-02
detect loss of event when exit/enter tracepoints dont match up
Paul Buetow
2024-03-01
store comm in comms map
Paul Buetow
2024-03-01
also print Comm
Paul Buetow
2024-03-01
print out file (fd and name) for each syscall
Paul Buetow
2024-02-29
nicer output
Paul Buetow
2024-02-29
refactor
Paul Buetow
2024-02-29
it's not unknown but unhandled
Paul Buetow
2024-02-29
recycle events
Paul Buetow
2024-02-29
a more generic enter/exit event handler
Paul Buetow
2024-02-29
return correct value (e.g. bytes read)
Paul Buetow
2024-02-28
clean up tmp ev map entries
Paul Buetow
2024-02-28
can print out all fd syscall traces
Paul Buetow
2024-02-28
introduce event type for better deserializing
Paul Buetow
2024-02-27
s/size/ret/ to make it more generic
Paul Buetow
2024-02-27
use generated tracepoints.c
Paul Buetow
2024-02-23
microseconds
Paul Buetow
[next]