tracing: Export trace_clock_local()
authorPaul E. McKenney <paul.mckenney@linaro.org>
Thu, 15 Nov 2012 19:27:26 +0000 (11:27 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 8 Jan 2013 22:14:55 +0000 (14:14 -0800)
commitdc975e94f322e60fa8fcc44dec1820fde4de174c
treefa2a2bea9a9c62959cd75257558a06dcd700de39
parent1b0048a44c502c5ab850203e6e0a6498d7d8676d
tracing: Export trace_clock_local()

The rcutorture tests need to be able to trace the time of the
beginning of an RCU read-side critical section, and thus need access
to trace_clock_local().  This commit therefore adds a the needed
EXPORT_SYMBOL_GPL().

Signed-off-by: Paul E. McKenney <paul.mckenney@linaro.org>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
kernel/trace/trace_clock.c