mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-07-12 18:19:42 -07:00
afd7ce30ee
DEBUG_FS provides instrumentation needed by TODO items 1 and 6: - /sys/kernel/debug/dri/*/name — GPU performance counters - /sys/kernel/debug/cma/* — per-region CMA page accounting - /sys/kernel/debug/block/* — I/O scheduler stats (BLK_DEBUG_FS) - Detailed thermal zone introspection Trade-off acknowledged: small runtime overhead from debugfs mount, but the instrumentation granularity is essential while we're actively benchmarking and tuning. Switch to DEBUG_FS=n or DISALLOW_MOUNT for release-final builds once FASE 1-2 benchmarks are complete. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>