fn perf_mmap_pages_per_cpu(max_total_bytes: u64) -> u64Expand description
Per-CPU mmap pages for perf record -m, derived from a total byte budget
split across the online CPUs. This controls perf’s live mmap buffer; the
output file is separately capped with perf record --max-size.