Re: [PATCH v4 09/15] sched: Add deadline tracepoints
From: Juri Lelli
Date: Mon Jan 19 2026 - 05:20:15 EST
Hello,
On 16/01/26 13:39, Gabriele Monaco wrote:
> Add the following tracepoints:
>
> * sched_dl_throttle(dl_se, cpu):
> Called when a deadline entity is throttled
> * sched_dl_replenish(dl_se, cpu):
> Called when a deadline entity's runtime is replenished
> * sched_dl_server_start(dl_se, cpu):
> Called when a deadline server is started
> * sched_dl_server_stop(dl_se, cpu):
> Called when a deadline server is stopped
>
> Those tracepoints can be useful to validate the deadline scheduler with
> RV and are not exported to tracefs.
>
> Reviewed-by: Phil Auld <pauld@xxxxxxxxxx>
> Signed-off-by: Gabriele Monaco <gmonaco@xxxxxxxxxx>
Looks good!
Acked-by: Juri Lelli <juri.lelli@xxxxxxxxxx>
Thanks,
Juri