summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2026-05-08add duration metric, tolerate missing tracepoints, ship el8 buildPaul Buetow
- Bubbles, treemap, icicle, and the live flamegraph 'b' cycle now include syscall duration (sum) as a third metric alongside events and bytes. Statsengine snapshots expose TotalLatencyNs to support this. - AttachAll takes an optional warn callback. Production passes one so older kernels that lack newer tracepoints log a warning and keep going instead of aborting startup. - Dockerfile.el8 + scripts/build-with-docker-el8.sh + mage buildDockerEl8 produce ior.el8, a static binary built against Rocky Linux 8 glibc for RHEL/Rocky/Alma 8 hosts. - README.md documents installing mage and the new el8 target.
2026-05-06move demo/ to docs/tutorial/, commit assets, consolidate TUI docsPaul Buetow
- demo/ renamed to docs/tutorial/ (tapes, scripts, TUTORIAL.md) - docs/tutorial/assets/ added to git (51 MB of GIFs + PNGs); removed /demo/assets/ from .gitignore so images render on Codeberg - docs/tui-reference.md removed; its hotkey tables merged into a new "Hotkey Quick Reference" section at the end of TUTORIAL.md - TUTORIAL.md: updated install section (mage buildDocker, no GOTOOLCHAIN=auto), fixed README relative path (../../README.md), updated internal tapes/scripts/assets path prose - README.md: updated all demo/ image paths and links to docs/tutorial/; TUI and recording-modes links now point to TUTORIAL.md anchors - AGENTS.md: updated demo/ references to docs/tutorial/ - Magefile.go: updated demoDir/demoTapesDir/demoScriptsDir/demoRunTape/ demoSudoKeepers constants to docs/tutorial/ paths Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-02add demo sources: VHS tapes, helper scripts, and tutorialPaul Buetow
Tracks the inputs that drive `mage demo` so the GIFs and screenshots under demo/assets/ can be reproduced from a checkout. The generated assets themselves (~50 MB of GIFs and PNGs) are excluded via gitignore since they're fully reproducible from the tapes in ~10 min. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-03-03Add benchmark profiling mage targetsPaul Buetow
2026-02-24chore: ignore .serena workspace artifactsPaul Buetow
2026-02-21more on integration testsPaul Buetow
2026-02-21review comments added to gitignroesPaul Buetow
2026-02-21Ignore flamegraph artifactsPaul Buetow
Amp-Thread-ID: https://ampcode.com/threads/T-019c7fa3-3180-7747-83d3-d6e99572c02a Co-authored-by: Amp <amp@ampcode.com>
2026-02-21Add docs and ignore cursor configPaul Buetow
Amp-Thread-ID: https://ampcode.com/threads/T-019c7f4e-cc5f-76f1-aaf0-dd7cbaabbb18 Co-authored-by: Amp <amp@ampcode.com>
2026-02-21Ignore ior binaryPaul Buetow
Amp-Thread-ID: https://ampcode.com/threads/T-019c7f4e-cc5f-76f1-aaf0-dd7cbaabbb18 Co-authored-by: Amp <amp@ampcode.com>
2025-04-11add tp trackerPaul Buetow
2025-03-28a bunch of new syscallsPaul Buetow
2025-03-12add more to ignorePaul Buetow
2025-03-07add pprof option and rename ioriotng to iorPaul Buetow
2024-02-19add generated list, tooPaul Buetow
2024-02-19make ioriotng able to run without .c source files presentPaul Buetow
2024-02-16move C file to internalPaul Buetow
2024-02-05ignore vmlinuxPaul Buetow
2024-02-04can compilePaul Buetow