summaryrefslogtreecommitdiff
path: root/internal/eventloop.go
AgeCommit message (Expand)Author
2025-03-16printing out file flags in human mode... only open syscalls yetPaul Buetow
2025-03-15jo:xPaul Buetow
2025-03-14parallel rite collapsed flamegraphsPaul Buetow
2025-03-14fixed a bug with the filepathPaul Buetow
2025-03-14add sleep to fix CPU spinPaul Buetow
2025-03-14fix pprofPaul Buetow
2025-03-14use syscall name without enter_ prefixPaul Buetow
2025-03-12refactorPaul Buetow
2025-03-12initial flamesPaul Buetow
2025-03-11more on treePaul Buetow
2025-03-11refactor and initial treePaul Buetow
2025-03-11add statisticsPaul Buetow
2025-03-07more on filters, needs more testingPaul Buetow
2025-03-07initial support for path filterPaul Buetow
2025-03-07add pprof option and rename ioriotng to iorPaul Buetow
2025-03-06fix comm filterPaul Buetow
2025-03-06find comm name dynamicallyPaul Buetow
2025-03-06can gather file path from proc fs if unknownPaul Buetow
2025-03-06initial event filterPaul Buetow
2025-03-06refactorPaul Buetow
2025-03-06refactorPaul Buetow
2025-03-05work on TID_FILTER, doesn't work yet fully, need to debugPaul Buetow
2025-02-24there is no bug in the time reporting all is finePaul Buetow
2024-04-01use u64 for time, use time since bootPaul Buetow
2024-03-28initial support for logging time diffs between syscallsPaul Buetow
2024-03-09Also auto-generate open syscalls.Paul Buetow
2024-03-08fix event type 11 handlingPaul Buetow
2024-03-08as per https://codeberg.org/snonux/ioriotng/issues/19Paul Buetow
2024-03-02refactorPaul Buetow
2024-03-02can print old and newnamePaul Buetow
2024-03-02tracepoint mismatches are reported differentlyPaul Buetow
2024-03-02typosPaul Buetow
2024-03-02add some commentsPaul Buetow
2024-03-02detect loss of event when exit/enter tracepoints dont match upPaul Buetow
2024-03-01store comm in comms mapPaul Buetow
2024-03-01also print CommPaul Buetow
2024-03-01print out file (fd and name) for each syscallPaul Buetow
2024-02-29nicer outputPaul Buetow
2024-02-29refactorPaul Buetow
2024-02-29it's not unknown but unhandledPaul Buetow
2024-02-29recycle eventsPaul Buetow
2024-02-29a more generic enter/exit event handlerPaul Buetow
2024-02-29return correct value (e.g. bytes read)Paul Buetow
2024-02-28clean up tmp ev map entriesPaul Buetow
2024-02-28can print out all fd syscall tracesPaul Buetow
2024-02-28introduce event type for better deserializingPaul Buetow
2024-02-27s/size/ret/ to make it more genericPaul Buetow
2024-02-27use generated tracepoints.cPaul Buetow
2024-02-23microsecondsPaul Buetow
2024-02-23fix data typesPaul Buetow