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

From: Sebastian Andrzej Siewior
Date: Wed May 24 2023 - 11:42:04 EST


On 2023-04-24 17:44:41 [-0400], Steven Rostedt wrote:
> 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>

Could this be either routed via the tracing tree or the tip tree but
please route this :)

Sebastian