Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dtimer.h16 extern bool using_native_sched_clock(void);
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dtsc.c255 bool using_native_sched_clock(void) in using_native_sched_clock() function
263 bool using_native_sched_clock(void) { return true; } in using_native_sched_clock() function
1103 if (using_native_sched_clock()) in tsc_cs_mark_unstable()
1114 if (using_native_sched_clock()) in tsc_cs_tick_stable()
1170 if (using_native_sched_clock()) in mark_tsc_unstable()
/OK3568_Linux_fs/kernel/arch/x86/events/
H A Dcore.c2508 if (!using_native_sched_clock() || !sched_clock_stable()) in arch_perf_update_userpage()