Home
last modified time | relevance | path

Searched refs:using_native_sched_clock (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/asm/
H A Dtimer.h14 extern bool using_native_sched_clock(void);
/linux/arch/x86/kernel/
H A Dtsc.c277 bool using_native_sched_clock(void) in using_native_sched_clock() function
289 bool using_native_sched_clock(void) { return true; } in using_native_sched_clock() function
1152 if (using_native_sched_clock()) in tsc_cs_mark_unstable()
1162 if (using_native_sched_clock()) in tsc_cs_tick_stable()
1221 if (using_native_sched_clock()) in mark_tsc_unstable()
/linux/arch/x86/events/
H A Dcore.c2815 if (!using_native_sched_clock() || !sched_clock_stable()) in arch_perf_update_userpage()
/linux/arch/x86/events/intel/
H A Dds.c2157 if (!using_native_sched_clock() || !sched_clock_stable()) in setup_pebs_time()