summaryrefslogtreecommitdiff
path: root/internal/c
AgeCommit message (Expand)Author
2025-03-16correctly trace flags for open and openat syscallsPaul Buetow
2025-03-16commentsPaul Buetow
2025-03-16refactorPaul Buetow
2025-03-16refactor directoriesPaul Buetow
2025-03-16refactorPaul Buetow
2025-03-07add ior stuffPaul Buetow
2025-03-07add pprof option and rename ioriotng to iorPaul Buetow
2025-03-06TID filter worksPaul Buetow
2025-03-05work on TID_FILTER, doesn't work yet fully, need to debugPaul Buetow
2025-02-24works with latest libbpfgoPaul Buetow
2025-02-24logging tracepoints not generated for as commentsPaul Buetow
2025-02-24add todoPaul Buetow
2024-04-01use u64 for time, use time since bootPaul Buetow
2024-03-10make it a bit nicerPaul Buetow
2024-03-09Also auto-generate open syscalls.Paul Buetow
2024-03-08as per https://codeberg.org/snonux/ioriotng/issues/19Paul Buetow
2024-03-06Addresses https://codeberg.org/snonux/ioriotng/issues/23 - fix parameterPaul Buetow
2024-03-02refactorPaul Buetow
2024-03-02can print old and newnamePaul Buetow
2024-03-02C generation for syscalls with oldname and newname argsPaul Buetow
2024-03-02cleanup, close.c and write.c are already auto-generatedPaul Buetow
2024-03-02detect loss of event when exit/enter tracepoints dont match upPaul Buetow
2024-02-29return correct value (e.g. bytes read)Paul 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-27can load all generated probesPaul Buetow
2024-02-27use generated tracepoints.cPaul Buetow
2024-02-26sort tracepoints by idPaul Buetow
2024-02-26add commentPaul Buetow
2024-02-26initial BPF C code generation based on debugfsPaul Buetow
2024-02-23as of now, only pid filter supported.Paul Buetow
2024-02-23fix data typesPaul Buetow
2024-02-23initial RwEvent (read-write event) returning sizePaul Buetow
2024-02-23various thingsPaul Buetow
2024-02-22filter sets pid and tidPaul Buetow
2024-02-22PID filterPaul Buetow
2024-02-22finally make use of the NQC's generated codePaul Buetow
2024-02-20fix generationPaul Buetow
2024-02-19refactor open, re-use some codePaul Buetow
2024-02-19restructurePaul Buetow
2024-02-19refactor makefielPaul Buetow
2024-02-19propper C makefilePaul Buetow
2024-02-19move all C code to internal/cPaul Buetow