index
:
ior
develop
main
I/O Riot NG is an experiment with BPF.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
tui
Age
Commit message (
Expand
)
Author
2026-05-27
test(flamegraph): cover height edge branches (0p)
Paul Buetow
2026-05-27
flamegraph: reuse clearSnapshotState maps with clear() (ep)
Paul Buetow
2026-05-27
cp: remove dead flamegraph helpers and dead style param plumbing
Paul Buetow
2026-05-27
flamegraph: table-drive metric cycles and semantic colors (9p)
Paul Buetow
2026-05-27
dp: move flamegraph key helpers to keys.go
Paul Buetow
2026-05-27
flamegraph: include height/count in view cache key (2p)
Paul Buetow
2026-05-27
flamegraph: show selected height metric in status line (zo)
Paul Buetow
2026-05-27
flamegraph: extract heightMetricActive helper (yo)
Paul Buetow
2026-05-27
flamegraph: dedupe layout math for hit mapping (8p)
Paul Buetow
2026-05-27
flamegraph: use render contexts and remove wrapper (7p)
Paul Buetow
2026-05-26
test: add xo coverage for dual metrics and variable-height flamegraph
Paul Buetow
2026-05-26
vo: fix flamegraph click mapping for expanded leaf rows
Paul Buetow
2026-05-26
flamegraph: variable leaf bar heights for height metric (uo)
Paul Buetow
2026-05-26
flamegraph: plumb HeightTotal through tuiFrame layout (task to)
Paul Buetow
2026-05-26
flamegraph: add height metric controls/keybinding (so)
Paul Buetow
2026-05-26
flamegraph: add height field methods to Configurator (ro)
Paul Buetow
2026-05-26
flamegraph: add LiveTrie height metric ingestion (task qo)
Paul Buetow
2026-05-23
9c move Non-IO grouping policy from core stats/types into dashboard
Paul Buetow
2026-05-20
task 27: assert non-zero requested_sleep_ns in CSV export test
Paul Buetow
2026-05-20
task 27: add KindSleep and requested sleep metric
Paul Buetow
2026-05-19
t6 address family recording review
Paul Buetow
2026-05-18
t6 add syscall family dashboard aggregation
Paul Buetow
2026-05-14
use configurable fastRefreshEvery for InitCmd on flame and stream tabs
Paul Buetow
2026-05-14
wire TUIFastRefreshInterval into dashboard model and update tests
Paul Buetow
2026-05-13
refactor: break down functions exceeding 50 lines into smaller helpers
Paul Buetow
2026-05-13
keep View() pure by moving state transitions into Update() handlers
Paul Buetow
2026-05-13
introduce Accumulator interface in statsengine to separate ingestion from sna...
Paul Buetow
2026-05-13
refactor: move TraceFilter and tracepoint selector logic out of flags.Config
Paul Buetow
2026-05-13
extract generic sortedWithState helper to deduplicate tab sort logic
Paul Buetow
2026-05-13
refactor: make receiver types consistent per type (pointer receivers)
Paul Buetow
2026-05-13
use errgroup instead of WaitGroup for concurrent snapshot builders
Paul Buetow
2026-05-13
perf: replace string += concatenation with strings.Builder in TUI render hot ...
Paul Buetow
2026-05-13
fix(pidpicker): eliminate defer-inside-goroutine-in-loop anti-patterns
Paul Buetow
2026-05-13
fix: avoid int64->int truncation in NumericFilter.EqValue on 32-bit arch
Paul Buetow
2026-05-13
add compile-time interface assertions for public types (task c4)
Paul Buetow
2026-05-13
improve unit test coverage to >=60% in probes, common, export, streamrow, pid...
Paul Buetow
2026-05-13
enforce gofmt formatting and add Fmt/FmtCheck mage targets
Paul Buetow
2026-05-13
fix: move context.Context to first parameter in startTraceCmd and startTraceC...
Paul Buetow
2026-05-13
fix: prevent path traversal in TUI stream CSV export filename
Paul Buetow
2026-05-13
cap filterStack undo history to 50 levels to prevent unbounded growth
Paul Buetow
2026-05-13
fix: use shell-aware tokenizer in resolveEditorCommand to handle EDITOR paths...
Paul Buetow
2026-05-13
fix: add 30s startup timeout to startTraceCmd to prevent indefinite hang on B...
Paul Buetow
2026-05-13
split globalfilter presentation and parsing into sub-packages
Paul Buetow
2026-05-13
unify filter summary rendering by reusing globalfilter helpers
Paul Buetow
2026-05-12
add compile-time interface satisfaction assertions for public types
Paul Buetow
2026-05-12
split LiveTrieSource into Snapshotter and Configurator (ISP)
Paul Buetow
2026-05-12
extract dashboard tab framework into Tab registry for OCP compliance
Paul Buetow
2026-05-12
extract TUI Model god class into focused sub-controllers
Paul Buetow
2026-05-12
refactor flamegraph TUI model into focused sub-controllers
Paul Buetow
2026-05-12
invert dependency: internal no longer imports internal/tui
Paul Buetow
[next]