Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dtimer.h16 extern bool using_native_sched_clock(void);
/arch/x86/kernel/
Dtsc.c248 bool using_native_sched_clock(void) in using_native_sched_clock() function
256 bool using_native_sched_clock(void) { return true; } in using_native_sched_clock() function
1096 if (using_native_sched_clock()) in tsc_cs_mark_unstable()
1107 if (using_native_sched_clock()) in tsc_cs_tick_stable()
1154 if (using_native_sched_clock()) in mark_tsc_unstable()
/arch/x86/events/
Dcore.c2329 if (!using_native_sched_clock() || !sched_clock_stable()) in arch_perf_update_userpage()