Re: [PATCH v4 3/5] perf: Allow adding fixed random jitter to the sampling period
From: Ingo Molnar
Date: Wed Apr 09 2025 - 06:55:06 EST
* mark.barnett@xxxxxxx <mark.barnett@xxxxxxx> wrote:
> @@ -14384,6 +14409,7 @@ static void __init perf_event_init_all_cpus(void)
> cpuctx->online = cpumask_test_cpu(cpu, perf_online_mask);
> cpuctx->heap_size = ARRAY_SIZE(cpuctx->heap_default);
> cpuctx->heap = cpuctx->heap_default;
> +
> }
> }
A stray newline snuck up on you here I think. ;-)
Ingo