⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module perf

Module perf 

Source
Expand description

Performance optimization and monitoring

Provides tools for profiling, optimization, and performance analysis. Includes per-CPU run-queue instrumentation and IPC workload stats.

Modules§

bench
In-kernel micro-benchmark suite for Phase 5 performance validation.
pmu
Hardware Performance Monitoring Unit (PMU) Driver
trace
Lightweight static tracepoints for kernel performance analysis.