Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dtrace_clock.h9 extern u64 notrace trace_clock_x86_tsc(void);
12 { trace_clock_x86_tsc, "x86-tsc", .in_ns = 0 },
/linux-4.1.27/arch/x86/kernel/
Dtrace_clock.c13 u64 notrace trace_clock_x86_tsc(void) in trace_clock_x86_tsc() function