summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-20task-47: add KindExec for execve pathsPaul Buetow
2026-05-20test: strengthen security integration semantics (task 77)Paul 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: assert non-zero requested_sleep_ns in CSV export testPaul Buetow
2026-05-20task 27: add KindSleep and requested sleep metricPaul Buetow
2026-05-20test(task-17): assert aggregate-only stats surfacing pathPaul 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: assert mmap address-space accounting end-to-endPaul 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 follow-up: tolerate unsupported epoll_pwait2 kernelsPaul 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: fix socketpair exit fd capture and socket filteringPaul Buetow
2026-05-19u6: add socket/socketpair kind scaffolding and wiringPaul Buetow
2026-05-19t6 update tutorial tab hotkeysPaul Buetow
2026-05-19t6 stabilize family recording integrationPaul Buetow
2026-05-19t6 address family recording reviewPaul Buetow
2026-05-18t6 add syscall family dashboard aggregationPaul Buetow
2026-05-18j6: clean up phase a syscall docsPaul Buetow
2026-05-18j6: defer mmsg byte classificationPaul Buetow
2026-05-18j6: account bytes for ret-classified syscallsPaul Buetow
2026-05-18k6: emit tracepoints for all syscall familiesPaul Buetow
2026-05-17docs: add comprehensive syscall tracing expansion planPaul Buetow
2026-05-14use configurable fastRefreshEvery for InitCmd on flame and stream tabsPaul Buetow
2026-05-14docs: document -tui-fast-refresh flag in AGENTS.md TUI Behavior sectionPaul Buetow
2026-05-14wire TUIFastRefreshInterval into dashboard model and update testsPaul Buetow
2026-05-13add TUIFastRefreshInterval flag to flags.ConfigPaul Buetow
2026-05-13refactor: break down functions exceeding 50 lines into smaller helpersPaul Buetow
2026-05-13keep View() pure by moving state transitions into Update() handlersPaul Buetow
2026-05-13refactor: extract outputFormatter collaborator from eventLoopPaul Buetow
2026-05-13introduce Accumulator interface in statsengine to separate ingestion from sna...Paul Buetow
2026-05-13fix: stop BPF ring-buffer polling goroutine on trace end to prevent leakPaul Buetow
2026-05-13refactor: move TraceFilter and tracepoint selector logic out of flags.ConfigPaul Buetow
2026-05-13docs(agents): document testRace mage target in AGENTS.mdPaul Buetow
2026-05-13extract generic sortedWithState helper to deduplicate tab sort logicPaul Buetow
2026-05-13refactor: make receiver types consistent per type (pointer receivers)Paul Buetow
2026-05-13use errgroup instead of WaitGroup for concurrent snapshot buildersPaul Buetow
2026-05-13perf: replace string += concatenation with strings.Builder in TUI render hot ...Paul Buetow
2026-05-13refactor(generate): replace classifySyscall switches with kindRegistry (OCP)Paul Buetow
2026-05-13test: replace time.Sleep with deterministic synchronization in unit testsPaul Buetow
2026-05-13feat(eventloop): add panic recovery to events() goroutine for resiliencePaul Buetow
2026-05-13fix(pidpicker): eliminate defer-inside-goroutine-in-loop anti-patternsPaul Buetow
2026-05-13fix: avoid int64->int truncation in NumericFilter.EqValue on 32-bit archPaul Buetow