Commit dc975e94 authored by Paul E. McKenney's avatar Paul E. McKenney Committed by Paul E. McKenney

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: default avatarPaul E. McKenney <paul.mckenney@linaro.org>
Reviewed-by: default avatarJosh Triplett <josh@joshtriplett.org>
parent 1b0048a4
......@@ -44,6 +44,7 @@ u64 notrace trace_clock_local(void)
return clock;
}
EXPORT_SYMBOL_GPL(trace_clock_local);
/*
* trace_clock(): 'between' trace clock. Not completely serialized,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment