1 // SPDX-License-Identifier: GPL-2.0
5 #include <asm/trace_clock.h>
6 #include <asm/barrier.h>
10 * trace_clock_x86_tsc(): A clock that is just the cycle counter.
12 * Unlike the other clocks, this is not in nanoseconds.
14 u64 notrace
trace_clock_x86_tsc(void)
16 return rdtsc_ordered();