summaryrefslogtreecommitdiff
path: root/internal/flags
AgeCommit message (Expand)Author
2026-02-26tui: revamp status keys and add pid/tid reselection flowPaul 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: add native svg pipeline and testsPaul Buetow
2026-02-24tui: add toggle to disable snapshot export file writesPaul Buetow
2026-02-24tui: wire full dashboard tabs and improve overview summariesPaul Buetow
2026-02-24ior: route default mode through tui and add plain flagPaul Buetow
2026-02-23tui: add top-level model and run entrypointPaul Buetow
2026-02-23flags: document open_by_handle_at CO-RE re-evaluationPaul Buetow
2026-02-22Add copy_file_range support and tracepoint attach testsPaul Buetow
2026-02-21Enable name_to_handle_at and io_uring fd attributionPaul Buetow
2026-02-21Document optional open_by_handle_at excludePaul Buetow
2026-02-21Enable open_by_handle_at tracepointPaul Buetow
2026-02-21Align Go project structure and add Mage targetsPaul Buetow
2025-10-09fix unit tests, initial hard exclude of not working yet syscallsPaul Buetow
2025-04-14add -version flag and ASCII bannerPaul Buetow
2025-04-11fix bugPaul Buetow
2025-04-11fixesPaul Buetow
2025-04-11more on thisPaul Buetow
2025-04-10fixesPaul Buetow
2025-04-10can generate flamegraphsPaul Buetow
2025-04-10more on thisPaul Buetow
2025-04-10can serialize and deserialize to/from gobPaul Buetow
2025-04-06initial dumping in new ior data formatPaul Buetow
2025-03-29flags is now a singletonPaul Buetow
2025-03-29fixPaul Buetow
2025-03-29add tpsExclude, rename tracepoints to tpsPaul Buetow
2025-03-24ignore ior process itselfPaul Buetow
2025-03-16can filter for tracepointsPaul Buetow
2025-03-16initial tracepoint filterPaul Buetow
2025-03-14add --duration flagPaul Buetow
2025-03-14use syscall name without enter_ prefixPaul Buetow
2025-03-12refactorPaul Buetow
2025-03-11refactor and initial treePaul Buetow
2025-03-07initial support for path filterPaul Buetow
2025-03-07add pprof option and rename ioriotng to iorPaul Buetow
2025-03-06refactorPaul Buetow
2025-03-06TID filter worksPaul Buetow
2025-03-05work on TID_FILTER, doesn't work yet fully, need to debugPaul Buetow
2024-02-23as of now, only pid filter supported.Paul Buetow
2024-02-23various thingsPaul Buetow
2024-02-22PID filterPaul Buetow
2024-02-19move all C code to internal/cPaul Buetow
2024-02-17fooPaul Buetow
2024-02-17using global variables for more efficient filtering of eventsPaul Buetow
2024-02-16calculate time takenPaul Buetow
2024-02-16move flags to typesPaul Buetow
2024-02-16switch from perf maps to ring bufferPaul Buetow
2024-02-15map sizes can be specified through flagsPaul Buetow
2024-02-13forgot to add the flags packagePaul Buetow