summaryrefslogtreecommitdiff
path: root/internal/c/types.h
AgeCommit message (Expand)Author
2025-10-09initial handle by open_at syscallsPaul Buetow
2025-07-14more on classificationPaul Buetow
2025-07-12initial classificationPaul Buetow
2025-04-11add dup3 syscallPaul Buetow
2025-03-22generating fcntl boilerplatePaul Buetow
2025-03-16correctly trace flags for open and openat syscallsPaul Buetow
2025-03-16commentsPaul Buetow
2024-04-01use u64 for time, use time since bootPaul Buetow
2024-03-09Also auto-generate open syscalls.Paul Buetow
2024-03-08as per https://codeberg.org/snonux/ioriotng/issues/19Paul Buetow
2024-03-02refactorPaul Buetow
2024-03-02C generation for syscalls with oldname and newname argsPaul 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-27use generated tracepoints.cPaul 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-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-19move all C code to internal/cPaul Buetow