Re: [PATCH] time: alarmtimer: Add the trcepoints for alarmtimer

From: John Stultz
Date: Wed Aug 17 2016 - 16:00:12 EST


On Fri, Aug 12, 2016 at 2:16 AM, Baolin Wang <baolin.wang@xxxxxxxxxx> wrote:
> For system debugging, we usually want to know who sets one alarm timer, the
> time of the timer, when the timer started and fired and so on.
>
> Thus adding tracepoints can help us trace the alarmtimer information.
>
> Signed-off-by: Baolin Wang <baolin.wang@xxxxxxxxxx>


Looks reasonable to me. Might be good to get a specific example of
something you've used this for (with example output) in the commit
log.

Please also fix up the kbuild test issues and resubmit.

thanks
-john