summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2026-02-25Render probes modal as standalone TUI overlay viewPaul Buetow
2026-02-25Test probe manager picks up newly added tracepointsPaul Buetow
2026-02-25Wire probes modal into top-level TUI flowPaul Buetow
2026-02-25Add runtime probes modal model for TUIPaul Buetow
2026-02-25Add probes key binding to dashboard keymapPaul Buetow
2026-02-25Add late-bound probe manager access for TUIPaul Buetow
2026-02-25Wire probe manager into tracepoint attach flowPaul Buetow
2026-02-25Add thread-safe probe manager with attach lifecyclePaul Buetow
2026-02-25Add tracepoint grouping helper for probe managerPaul Buetow
2026-02-25Add coverage for directory grouping in files dashboardPaul Buetow
2026-02-25Wire grouped files mode into active tab renderingPaul Buetow
2026-02-25Clamp grouped-files cursor on stats refreshPaul Buetow
2026-02-25Route files scrolling to grouped-directory offsetPaul Buetow
2026-02-25Toggle files directory grouping with d keyPaul Buetow
2026-02-25Add directory-grouped files table rendererPaul Buetow
2026-02-25Add directory-level file aggregation helperPaul Buetow
2026-02-25Add files dir-group state to dashboard modelPaul Buetow
2026-02-25Add dir-group key binding to shared TUI keymapPaul Buetow
2026-02-25Parallelize snapshot builders in stats enginePaul Buetow
2026-02-25Decouple stream push from ingestion callbackPaul Buetow
2026-02-25Refine overview layout and right-align sparkline historyPaul Buetow
2026-02-25Fix initial TUI sizing and align two-row sparklinesPaul Buetow
2026-02-25Improve TUI layout and increase sparkline heightPaul Buetow
2026-02-25Clamp stream rows to single-line panel widthPaul Buetow
2026-02-25Polish stream filter UX and expand TUI viewportPaul Buetow
2026-02-25Integrate Stream tab into dashboard and TUIPaul Buetow
2026-02-25Add event stream model with filtering and scroll statePaul Buetow
2026-02-25Wire event stream source into TUI trace pipelinePaul Buetow
2026-02-25Add event stream filter modalPaul Buetow
2026-02-25Add stream event table rendererPaul Buetow
2026-02-25Add event stream filtering and duration parsingPaul Buetow
2026-02-25Add thread-safe eventstream ring bufferPaul Buetow
2026-02-25Add TUI StreamEvent constructor and testsPaul Buetow
2026-02-24add docsPaul Buetow
2026-02-24Make flamegraph SVG width responsivePaul Buetow
2026-02-24stability: remove unlink attach sleep and tighten svg/tui helpersPaul Buetow
2026-02-24statsengine: deduplicate topN helpers with genericsPaul Buetow
2026-02-24flamegraph: remove partial svg on native write failurePaul Buetow
2026-02-24flamegraph: stream gob encode to zstd writerPaul Buetow
2026-02-24flamegraph: batch writeFrame output in single writePaul Buetow
2026-02-24flamegraph: pool FNV hasher for frame colorsPaul Buetow
2026-02-24flamegraph: stream gob decode in loadFromFilePaul Buetow
2026-02-24flamegraph: flatten iordata storage with composite key mapPaul Buetow
2026-02-24flamegraph: replace worker busy-wait with blocking selectPaul Buetow
2026-02-24flamegraph: reuse package-level svg escaperPaul Buetow
2026-02-24tui: split dashboard key handling helpersPaul Buetow
2026-02-24flags: make TUI export toggle atomicPaul Buetow
2026-02-24flamegraph: remove external tool path and document native generationPaul Buetow
2026-02-24flamegraph: improve interactive zoom and serve svg over embedded httpPaul Buetow
2026-02-24flamegraph: add native svg pipeline and testsPaul Buetow