Re: [PATCH] tracing/timer: Add missing hrtimer modes to decode_hrtimer_mode().

From: Steven Rostedt
Date: Mon Apr 24 2023 - 17:44:52 EST


On Tue, 18 Apr 2023 16:38:54 +0200
Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> wrote:

> The trace output for the HRTIMER_MODE_.*_HARD modes is seen as a number
> since these modes are not decoded. The author was not aware of the fancy
> decoding function which makes the life easier.
>
> Extend decode_hrtimer_mode() with the additional HRTIMER_MODE_.*_HARD
> modes.
>
> Fixes: ae6683d815895 ("hrtimer: Introduce HARD expiry mode")
> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>

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

-- Steve