summaryrefslogtreecommitdiff
path: root/internal/types
AgeCommit message (Expand)Author
10 daysfix(classify): assign vmsplice to FamilyNetwork, not MiscPaul Buetow
13 daysfix(classify): assign file_setattr to FamilyFS, not MiscPaul Buetow
14 daysfix(classify): assign fanotify_mark to FamilyIPC, not MiscPaul Buetow
2026-06-02fix(classify): assign fanotify_init to FamilyIPC, not MiscPaul Buetow
2026-06-01fix(classify): assign alarm to FamilyTime, not MiscPaul Buetow
2026-06-01fix(types): fast-decode hot events at padded kernel struct sizePaul Buetow
2026-05-31fix(classify): assign adjtimex to FamilyTime, not MiscPaul Buetow
2026-05-30generate: treat rt_sigreturn as noreturn (suppress dead exit handler)Paul Buetow
2026-05-30kexec_load: classify into Security family with its siblingPaul Buetow
2026-05-30fix(family): reclassify get_mempolicy as Memory not SecurityPaul Buetow
2026-05-29ioprio_set/ioprio_get: classify as Process familyPaul Buetow
2026-05-29utime/utimes: classify as FS family (fix Misc misclassification)Paul Buetow
2026-05-29classify: move lsm_* syscalls from Misc to Security familyPaul Buetow
2026-05-29codegen: suppress unreachable sys_exit handlers for noreturn syscallsPaul Buetow
2026-05-29family: classify futex syscalls as IPC instead of MiscPaul Buetow
2026-05-239c move Non-IO grouping policy from core stats/types into dashboardPaul 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-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
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
2026-05-18t6 add syscall family dashboard aggregationPaul Buetow
2026-05-18k6: emit tracepoints for all syscall familiesPaul Buetow
2026-05-02fix BPF tracepoint context type for RHEL 9 stock kernelPaul Buetow
2026-03-18cleanupPaul Buetow
2026-03-08types: stop panicking in generated decode constructorsPaul Buetow
2026-03-08task(ior): harden malformed raw-event decoding (task ed7a7a3f)Paul Buetow
2026-03-06fix: return fallback for unknown trace ids (task 383)Paul Buetow
2026-03-05Add package-level docs across internal packagesPaul Buetow
2026-03-03Use fast non-reflective event decoding on hot pathPaul Buetow
2026-02-23Add baseline pidfd_getfd tracepoint supportPaul Buetow
2026-02-23Add getcwd tracing support and stabilize comm propagation testPaul 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-21Add negative tests for all internal unit tests (task 348)Paul Buetow
2026-02-21Enable name_to_handle_at and io_uring fd attributionPaul Buetow
2026-02-21Migrate make targets to magePaul Buetow
2026-02-21rewrite from Raku to Golang initialPaul Buetow
2025-10-09initial handle by open_at syscallsPaul Buetow
2025-10-08classify more tracepointsPaul Buetow
2025-07-12initial classificationPaul Buetow
2025-04-16add EqualsPaul Buetow
2025-04-16add types testPaul Buetow