summaryrefslogtreecommitdiff
path: root/internal/c/types.h
AgeCommit message (Expand)Author
2026-05-20task-47: add KindExec for execve pathsPaul Buetow
2026-05-20feat: add keyctl ptrace perf_event_open tracing (task 77)Paul Buetow
2026-05-20feat: add mount/fs management syscall tracing for c7Paul Buetow
2026-05-20task 27: add KindSleep and requested sleep metricPaul Buetow
2026-05-20task 07: add KindMem and separate address-space byte accountingPaul Buetow
2026-05-19z6: add KindPoll wiring for poll/select ready countsPaul Buetow
2026-05-19y6: add epoll ctl/wait tracing and ready-count coveragePaul Buetow
2026-05-19x6: add pipe/eventfd fd-from-air syscall supportPaul Buetow
2026-05-19v6: add KindAccept and wire accept/accept4Paul Buetow
2026-05-19u6: fix socketpair exit fd capture and socket filteringPaul Buetow
2026-05-19u6: add socket/socketpair kind scaffolding and wiringPaul Buetow
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