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

2016-08-17 Thread Baolin Wang
Hi John, On 18 August 2016 at 04:00, John Stultz wrote: > On Fri, Aug 12, 2016 at 2:16 AM, Baolin Wang 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

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

2016-08-17 Thread John Stultz
On Fri, Aug 12, 2016 at 2:16 AM, Baolin Wang 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 Wan

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

2016-08-12 Thread kbuild test robot
Hi Baolin, [auto build test ERROR on tip/timers/core] [also build test ERROR on v4.8-rc1 next-20160812] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Baolin-Wang/time-alarmtimer-Add-the-trcepoi

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

2016-08-12 Thread Baolin Wang
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 --- include/trace/events/alarmtimer.h | 135 ++