Re: [PATCH v2] perf: Timehist account sch delay for scheduled out running
From: Namhyung Kim
Date: Wed Jun 26 2024 - 00:00:22 EST
On Tue, 18 Jun 2024 11:03:39 +0200, Fernand Sieber wrote:
> When using perf timehist, sch delay is only computed for a waking task,
> not for a pre empted task. This patches changes sch delay to account for
> both. This makes sense as testing scheduling policy need to consider the
> effect of scheduling delay globally, not only for waking tasks.
>
> Example of `perf timehist` report before the patch for `stress` task
> competing with each other.
>
> [...]
Applied to perf-tools-next, thanks!
Best regards,
Namhyung