summaryrefslogtreecommitdiff
path: root/internal/generate
AgeCommit message (Expand)Author
2026-05-29test(generate): lock in setdomainname KindNull classificationPaul Buetow
2026-05-29test(generate): lock in rseq family and return classificationPaul Buetow
2026-05-29test(generate): lock in sched_get_priority_min classificationPaul Buetow
2026-05-29test(generate): lock in mincore BPF handler wiring (zv)Paul Buetow
2026-05-29test(generate): lock in madvise BPF handler field wiringPaul Buetow
2026-05-29test(generate): lock in map_shadow_stack BPF handler field wiringPaul Buetow
2026-05-29codegen: suppress unreachable sys_exit handlers for noreturn syscallsPaul Buetow
2026-05-29test(generate): lock in gettimeofday classificationPaul Buetow
2026-05-29family: classify futex syscalls as IPC instead of MiscPaul Buetow
2026-05-29test(generate): lock in getpeername exit classification as KindRetPaul Buetow
2026-05-29test(exit): lock in noreturn exit/exit_group null_event handlingPaul Buetow
2026-05-29test(epoll_create): lock in epoll_create1 args[0] flags capturePaul Buetow
2026-05-29test(family): assert ioperm/iopl/modify_ldt classify as MiscPaul Buetow
2026-05-28close_range: honor last bound and CLOSE_RANGE_CLOEXEC flagPaul Buetow
2026-05-232c fix epoll_create and pidfd_open flags in BPF codegenPaul Buetow
2026-05-235c remove tracepoint ID adjacency dependency from aggregate pairingPaul Buetow
2026-05-23ac table-drive BPF extra-code generation away from switchesPaul Buetow
2026-05-223c table-drive name-only syscall classificationPaul Buetow
2026-05-21wb add docs drift tests for syscall coveragePaul Buetow
2026-05-21vb add data-driven name-only kind mapping tablePaul Buetow
2026-05-21o7 classify landlock add-rule and restrict-self as fdPaul Buetow
2026-05-21m7 classify time and posix timer syscallsPaul Buetow
2026-05-21k7 classify process control and prctl syscallsPaul Buetow
2026-05-21j7 add futex kind and aggregate-only defaultsPaul Buetow
2026-05-21l7 classify numa and process memory syscallsPaul Buetow
2026-05-21h7 classify additional memory syscallsPaul Buetow
2026-05-2157 add bpf syscall kind classificationPaul Buetow
2026-05-2137 classify clone family as proc kindPaul Buetow
2026-05-21b7 classify sysv ipc ids and opsPaul Buetow
2026-05-21e7 classify acct pathname and misc null syscallsPaul Buetow
2026-05-21a7 make sched and rlimit null-classification explicitPaul Buetow
2026-05-2197 make identity null-classification explicitPaul Buetow
2026-05-2187 make signal null-classification explicitPaul Buetow
2026-05-2167 add seccomp and module trace kindsPaul Buetow
2026-05-21i7 classify memory P3 syscalls as mem kindPaul Buetow
2026-05-21g7 classify fd-from-air eventfd usersPaul Buetow
2026-05-21n7 classify pidfd and misc tail syscallsPaul Buetow
2026-05-21f7 wire eventfd kind for fd-from-air IPC syscallsPaul Buetow
2026-05-21p7 add attach-time trace dimension gatingPaul Buetow
2026-05-21task-47: fix execveat dirfd codegen fallbackPaul 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-20feat: add syscall aggregate sampling infrastructure (task 17)Paul 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