Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dtrace_clock.h10 extern u64 notrace trace_clock_x86_tsc(void);
13 { trace_clock_x86_tsc, "x86-tsc", .in_ns = 0 },
/arch/x86/kernel/
Dtrace_clock.c14 u64 notrace trace_clock_x86_tsc(void) in trace_clock_x86_tsc() function