[PATCH v4 3/5] perf: Allow adding fixed random jitter to the sampling period

Ingo Molnar mingo at kernel.org
Wed Apr 9 03:54:35 PDT 2025


* mark.barnett at arm.com <mark.barnett at arm.com> 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



More information about the linux-arm-kernel mailing list