summaryrefslogtreecommitdiff
path: root/internal/ior.go
AgeCommit message (Expand)Author
2026-03-18refactor: split TraceRuntimeBindings into RuntimePublisher and RuntimeState (...Paul Buetow
2026-03-18refactor: split ior.go mega-file into focused files (task 427)Paul Buetow
2026-03-18refactor: pass flags.Config explicitly, remove flags.Get() from library code ...Paul Buetow
2026-03-13perf: remove tui stream relay channelPaul Buetow
2026-03-13feat: add headless parquet recording modePaul Buetow
2026-03-12feat: persist parquet recording across TUI restartsPaul Buetow
2026-03-12refactor: extract shared syscall stream row modelPaul Buetow
2026-03-12fix: restore legacy flamegraph trace output modePaul Buetow
2026-03-12internal: embed BPF object into ior binaryPaul Buetow
2026-03-10config: centralize default buffer sizes (task 388)Paul Buetow
2026-03-10tui: hide stream buffer behind source interface (task 428)Paul Buetow
2026-03-10task 434: unify trace filter plumbingPaul Buetow
2026-03-10task 433: lock in pair recycle safetyPaul Buetow
2026-03-10internal: add context to BPF setup failures (task 416)Paul Buetow
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