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

2016-08-22 Thread kbuild test robot
Hi Baolin, [auto build test ERROR on tip/timers/core] [also build test ERROR on v4.8-rc3 next-20160822] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for convenience) to record

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

2016-08-22 Thread kbuild test robot
Hi Baolin, [auto build test ERROR on tip/timers/core] [also build test ERROR on v4.8-rc3 next-20160822] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for convenience) to record

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

2016-08-19 Thread Baolin Wang
Hi Steven, On 18 August 2016 at 22:33, Steven Rostedt wrote: > On Thu, 18 Aug 2016 16:47:39 +0800 > Baolin Wang wrote: > since v1: >> - Fix the kbuild error. >> - Modify the changelog with adding trace log. >> --- >>

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

2016-08-19 Thread Baolin Wang
Hi Steven, On 18 August 2016 at 22:33, Steven Rostedt wrote: > On Thu, 18 Aug 2016 16:47:39 +0800 > Baolin Wang wrote: > since v1: >> - Fix the kbuild error. >> - Modify the changelog with adding trace log. >> --- >> include/trace/events/alarmtimer.h | 134 >>

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

2016-08-18 Thread Steven Rostedt
On Thu, 18 Aug 2016 16:47:39 +0800 Baolin Wang wrote: since v1: > - Fix the kbuild error. > - Modify the changelog with adding trace log. > --- > include/trace/events/alarmtimer.h | 134 > + > kernel/time/alarmtimer.c |

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

2016-08-18 Thread Steven Rostedt
On Thu, 18 Aug 2016 16:47:39 +0800 Baolin Wang wrote: since v1: > - Fix the kbuild error. > - Modify the changelog with adding trace log. > --- > include/trace/events/alarmtimer.h | 134 > + > kernel/time/alarmtimer.c | 21 +- > 2 files

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

2016-08-18 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. For example, when we debug the system supend/resume, if the system is always resumed by

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

2016-08-18 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. For example, when we debug the system supend/resume, if the system is always resumed by