tracing: timer: Add deferrable flag to timer_start
authorBadhri Jagan Sridharan <badhri@google.com>
Thu, 7 May 2015 23:20:34 +0000 (16:20 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Fri, 22 May 2015 17:36:06 +0000 (10:36 -0700)
commit4e413e8526aa53393d0b3d9ecbdb0436203586ee
treeae164d7a2a9d5db9c6c13ee49caf84d1e6aea979
parent57d05a93ada77c4f8a6112cbc867a2948dce7991
tracing: timer: Add deferrable flag to timer_start

The timer_start event now shows whether the timer is
deferrable in case of a low-res timer. The debug_activate
function now includes a deferrable flag while calling
the trace_timer_start event.

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@kernel.org>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Badhri Jagan Sridharan <Badhri@google.com>
[jstultz: Fixed minor whitespace and grammer tweaks
 pointed out by Ingo]
Signed-off-by: John Stultz <john.stultz@linaro.org>
include/trace/events/timer.h
kernel/time/timer.c