summaryrefslogtreecommitdiff
path: root/internal/ior.go
AgeCommit message (Expand)Author
2026-03-08task 373: preserve stream history across filter restartPaul Buetow
2026-03-08task 368: filter live pairs before TUI ingestionPaul Buetow
2026-03-08task 367: carry full trace filters through TUI contextPaul Buetow
2026-03-06refactor: rename flags.Flags to flags.Config (task 383)Paul Buetow
2026-03-06refactor: make livetrie caller-owned for pair recycling (task 382)Paul Buetow
2026-03-06refactor: remove dead tracepoint attach abstractions (task 383)Paul Buetow
2026-03-06refactor: decompose runTraceWithContext orchestration (task 388)Paul Buetow
2026-03-06refactor: thread runtime flags through ior and tui (task 385)Paul Buetow
2026-03-06fix: preserve error chains in tracepoint attach (task 384)Paul Buetow
2026-03-06fix: return errors for invalid event filters (task 382)Paul Buetow
2026-03-06refactor: remove web flamegrapher and keep TUI-onlyPaul Buetow
2026-03-06Add live flamegraph test modes and dynamic synthetic live feedPaul Buetow
2026-03-05Enable TUI-mode pprof artifacts and trace capturePaul Buetow
2026-03-05task 353: wire LiveTrie into TUI trace startupPaul Buetow
2026-03-03Add watch mode for dynamic flamegraph updatesPaul Buetow
2026-03-03Add WASM-ready flamegraph JSON exportPaul Buetow
2026-03-02Make --open a command template with no defaultsPaul Buetow
2026-03-02Add --open support for live flamegraph browser launchPaul Buetow
2026-03-02Replace TUI service-locator globals with runtime bindingsPaul Buetow
2026-03-01Move BPF setup off flags.FlagsPaul Buetow
2026-03-01Thread runtime config instead of global flags readsPaul Buetow
2026-03-01Route non-fatal event-loop warnings to TUIPaul Buetow
2026-03-01ior: remove attachTracepoints wrapper (task 315)Paul Buetow
2026-03-01eventloop: inject runtime config instead of flags singleton (task 315)Paul Buetow
2026-02-27internal: validate live CLI mode behaviorPaul Buetow
2026-02-27ior: route live mode through trace pipelinePaul Buetow
2026-02-26tui: add paused stream CSV export and foreground editor openPaul Buetow
2026-02-25Fix stream paused scrolling and apply pending TUI/probe updatesPaul Buetow
2026-02-25Add late-bound probe manager access for TUIPaul Buetow
2026-02-25Wire probe manager into tracepoint attach flowPaul Buetow
2026-02-25Decouple stream push from ingestion callbackPaul Buetow
2026-02-25Wire event stream source into TUI trace pipelinePaul Buetow
2026-02-24add docsPaul 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
2026-02-24tui: wire full dashboard tabs and improve overview summariesPaul Buetow
2026-02-24tui: wire eventloop stats engine into dashboard snapshotsPaul Buetow
2026-02-24ior: route default mode through tui and add plain flagPaul Buetow
2026-02-22Add copy_file_range support and tracepoint attach testsPaul Buetow
2025-04-17more about thisPaul Buetow
2025-04-14add -version flag and ASCII bannerPaul Buetow
2025-04-11can write svg file via toolPaul Buetow
2025-04-10initial toolPaul Buetow
2025-04-10fixesPaul Buetow
2025-04-10can generate flamegraphsPaul Buetow
2025-04-10can serialize and deserialize to/from gobPaul Buetow
2025-04-01initial iordata_testPaul Buetow
2025-03-29flags is now a singletonPaul Buetow
2025-03-29fixPaul Buetow