Searched refs:trace_clock_x86_tsc (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dtrace_clock.h10 extern u64 notrace trace_clock_x86_tsc(void);
13 { trace_clock_x86_tsc, "x86-tsc", .in_ns = 0 },
/linux-master/arch/x86/kernel/
H A Dtrace_clock.c10 * trace_clock_x86_tsc(): A clock that is just the cycle counter.
14 u64 notrace trace_clock_x86_tsc(void) function

Completed in 343 milliseconds