Re: [PATCH v3] watchdog: Add tracing events for the most usual watchdog events

From: Steven Rostedt
Date: Sat Oct 08 2022 - 16:45:30 EST


On Sat, 8 Oct 2022 19:46:02 +0200
Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> wrote:

> To simplify debugging which process touches a watchdog and when, add
> tracing events for .start(), .set_timeout(), .ping() and .stop().
>
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>
> ---
> Changes since v2 sent with Message-Id:
> 20221004091950.3419662-1-u.kleine-koenig@xxxxxxxxxxxxxx:
>
> - Reorder events in the header to have all DEFINE_EVENTS near their
> DECLARE_EVENT_CLASS.
>

Reviewed-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx>

-- Steve