summaryrefslogtreecommitdiff
path: root/internal/generate/testdata.go
AgeCommit message (Expand)Author
2026-05-30test(dup): lock in fd_event handler captures oldfd (args[0])Paul Buetow
2026-05-30test(generate): lock in listen(2) handler classificationPaul Buetow
2026-05-30test(kexec_file_load): lock in KindFd/Security/UNCLASSIFIED auditPaul Buetow
2026-05-30test(rmdir): lock in FS family, args[0] pathname capture, UNCLASSIFIED exitPaul Buetow
2026-05-30test(generate): lock in lseek classification (offset, not byte count)Paul Buetow
2026-05-30test(getsockname): lock in KindFd/FamilyNetwork/UNCLASSIFIED classificationPaul Buetow
2026-05-30test(generate): lock in bind syscall classificationPaul Buetow
2026-05-30test(signalfd4): lock in args[3] flags index for eventfd handlerPaul Buetow
2026-05-30test(generate): lock in mkdirat path capture at args[1]Paul Buetow
2026-05-29test(mknod): lock in mknod/mknodat path-arg classificationPaul Buetow
2026-05-29test(dup2): lock in fd_event handler captures oldfd (args[0])Paul Buetow
2026-05-29test(generate): lock in access/faccessat path classificationPaul Buetow
2026-05-29test(generate): lock in init_module vs finit_module classificationPaul Buetow
2026-05-29utime/utimes: classify as FS family (fix Misc misclassification)Paul Buetow
2026-05-29test(epoll_create): lock in epoll_create1 args[0] flags capturePaul Buetow
2026-05-232c fix epoll_create and pidfd_open flags in BPF codegenPaul Buetow
2026-05-20task-47: add KindExec for execve pathsPaul 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: add socket/socketpair kind scaffolding and wiringPaul Buetow
2026-02-23Add baseline pidfd_getfd tracepoint supportPaul Buetow
2026-02-23Add getcwd tracing support and stabilize comm propagation testPaul Buetow
2026-02-23Fix integration trace expectations and fd/open event handlingPaul Buetow
2026-02-22Add copy_file_range support and tracepoint attach testsPaul Buetow
2026-02-22Implement mmap/msync syscall support with unit and integration coveragePaul Buetow
2026-02-21Enable name_to_handle_at and io_uring fd attributionPaul Buetow
2026-02-21Migrate make targets to magePaul Buetow