summaryrefslogtreecommitdiff
path: root/internal/eventloop_runtime.go
AgeCommit message (Expand)Author
2026-05-238c extract aggregate draining and filter gating from eventLoopPaul Buetow
2026-05-224c extract event kind runtime registryPaul Buetow
2026-05-22yb reject aggregate rows for pid tid filtersPaul 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-20fix(task-17): prevent aggregate double-count and flush on shutdownPaul 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-18j6: account bytes for ret-classified syscallsPaul Buetow
2026-05-13refactor: break down functions exceeding 50 lines into smaller helpersPaul Buetow
2026-05-13refactor: extract outputFormatter collaborator from eventLoopPaul Buetow
2026-05-13feat(eventloop): add panic recovery to events() goroutine for resiliencePaul Buetow
2026-05-08swap global filter in place to skip BPF reattachPaul Buetow
2026-03-18refactor: extract pairTracker and extend fdTracker to reduce eventLoop respon...Paul Buetow
2026-03-13Refactor event loop into focused units (task 389)Paul Buetow