commit | dc975e94f322e60fa8fcc44dec1820fde4de174c | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paul.mckenney@linaro.org> | Thu Nov 15 11:27:26 2012 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Jan 08 14:14:55 2013 -0800 |
tree | fa2a2bea9a9c62959cd75257558a06dcd700de39 | |
parent | 1b0048a44c502c5ab850203e6e0a6498d7d8676d [diff] |
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>