summaryrefslogtreecommitdiff
path: root/cmd/ioworkload/scenarios.go
AgeCommit message (Expand)Author
7 daystest(memory): add coverage for mlock/mlock2/munlock/mlockall/munlockallPaul Buetow
7 daystest: add deterministic ioctl coverage and quotactl_fd in mountfsPaul Buetow
7 daystest: add coverage for pidfd_send_signal and fadvise64Paul Buetow
11 daystest: add coverage for mknodat and ioprio_get/ioprio_setPaul Buetow
11 daystest: add coverage for setitimer (signal-safe) and statfs/fstatfsPaul Buetow
11 daystest: add end-to-end coverage for getrandom (READ byte count) and flock (KindFd)Paul Buetow
11 daystest(aio): add io_getevents and io_cancel enter coveragePaul Buetow
11 daystest(utime): add end-to-end coverage for futimesat and utimensatPaul Buetow
11 daystest(xattr): cover get/list/lset/setxattrat/removexattr + fd-based xattr vari...Paul Buetow
11 daystest(priority): add end-to-end coverage for getpriority/setpriorityPaul Buetow
11 daystest(chown): add end-to-end coverage for chown/fchown/lchown/fchownat familyPaul Buetow
11 daystest(chmod): add end-to-end coverage for chmod/fchmod/fchmodat familyPaul Buetow
14 daystest(integration): add landlock_create_ruleset coveragePaul Buetow
2026-06-02test(integration): add cachestat end-to-end coveragePaul Buetow
2026-06-02test(integration): add inotify family tracing coveragePaul Buetow
2026-06-02test(xattr): add removexattrat end-to-end integration coveragePaul Buetow
2026-06-01test(integration): add SysV msg/sem tracing coveragePaul Buetow
2026-06-01test(integration): add Sched family tracing coveragePaul Buetow
2026-06-01test(integration): add Misc family tracing coveragePaul Buetow
2026-06-01test(integration): add Signals family tracing coveragePaul Buetow
2026-06-01test(integration): add SysV shm tracing coveragePaul Buetow
2026-06-01test(integration): add pwritev/pwritev2 retbytes coveragePaul Buetow
2026-05-31test(readahead): add end-to-end integration coveragePaul Buetow
2026-05-31listxattrat: READ-classify return for xattr-list family consistencyPaul Buetow
2026-05-31getxattrat: READ-classify return for xattr-get family consistencyPaul Buetow
2026-05-31test(timer): add POSIX timer family end-to-end integration coveragePaul Buetow
2026-05-31test(retbytes): assert read byte counts for pread64/preadv/preadv2Paul Buetow
2026-05-31test(openat2): add end-to-end integration coverage for openat2Paul Buetow
2026-05-31test(aio): add io_submit end-to-end integration coveragePaul Buetow
2026-05-31test(aio): add io_setup end-to-end integration coveragePaul Buetow
2026-05-29utime/utimes: classify as FS family (fix Misc misclassification)Paul Buetow
2026-05-28close_range: honor last bound and CLOSE_RANGE_CLOEXEC flagPaul Buetow
2026-05-21f7 wire eventfd kind for fd-from-air IPC syscallsPaul Buetow
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-20d7: add POSIX mq syscall kind/classification and coveragePaul 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-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-19w6: extend KindFd socket introspection coveragePaul Buetow
2026-05-19v6: cover plain accept integration and filter pathPaul Buetow
2026-05-19v6: add KindAccept and wire accept/accept4Paul Buetow
2026-05-19u6: add socket/socketpair kind scaffolding and wiringPaul Buetow
2026-05-19t6 address family recording reviewPaul Buetow
2026-05-18j6: account bytes for ret-classified syscallsPaul Buetow
2026-04-24task a8: move all binaries under ./cmd/<name>/main.goPaul Buetow