aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/trace_clock.h
diff options
context:
space:
mode:
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>2013-03-14 13:13:45 -0400
committerSteven Rostedt <rostedt@goodmis.org>2013-03-15 00:36:09 -0400
commit8aacf017b065a805d27467843490c976835eb4a5 (patch)
tree3e3ee23502cf2cc6d02baa1f7625b1ef16611eda /include/linux/trace_clock.h
parenttracing: Add function-trace option to disable function tracing of latency tracers (diff)
downloadlinux-dev-8aacf017b065a805d27467843490c976835eb4a5.tar.xz
linux-dev-8aacf017b065a805d27467843490c976835eb4a5.zip
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 d563f37e1a1d..1d7ca2739272 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);