summaryrefslogtreecommitdiff
path: root/include/linux/trace_clock.h
diff options
context:
space:
mode:
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>2013-03-14 17:13:45 (GMT)
committerSteven Rostedt <rostedt@goodmis.org>2013-03-15 04:36:09 (GMT)
commit8aacf017b065a805d27467843490c976835eb4a5 (patch)
tree3e3ee23502cf2cc6d02baa1f7625b1ef16611eda /include/linux/trace_clock.h
parent328df4759c03e2c3e7429cc6cb0e180c38f32063 (diff)
downloadlinux-fsl-qoriq-8aacf017b065a805d27467843490c976835eb4a5.tar.xz
tracing: Add "uptime" trace clock that uses jiffies
Add a simple trace clock called "uptime" for those that are interested in the uptime of the trace. It uses jiffies as that's the safest method, as other uptime clocks grab seq locks, which could cause a deadlock if taken from an event or function tracer. Requested-by: Mauro Carvalho Chehab <mchehab@redhat.com> Cc: Thomas Gleixner <tglx@linutronix.de Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Frederic Weisbecker <fweisbec@gmail.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'include/linux/trace_clock.h')
-rw-r--r--include/linux/trace_clock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/trace_clock.h b/include/linux/trace_clock.h
index d563f37..1d7ca27 100644
--- a/include/linux/trace_clock.h
+++ b/include/linux/trace_clock.h
@@ -16,6 +16,7 @@
extern u64 notrace trace_clock_local(void);
extern u64 notrace trace_clock(void);
+extern u64 notrace trace_clock_jiffies(void);
extern u64 notrace trace_clock_global(void);
extern u64 notrace trace_clock_counter(void);