Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dtimer.h16 extern bool using_native_sched_clock(void);
/openbmc/linux/arch/x86/kernel/
H A Dtsc.c269 bool using_native_sched_clock(void) in using_native_sched_clock() function
276 bool using_native_sched_clock(void) { return true; } in using_native_sched_clock() function
1139 if (using_native_sched_clock()) in tsc_cs_mark_unstable()
1150 if (using_native_sched_clock()) in tsc_cs_tick_stable()
1207 if (using_native_sched_clock()) in mark_tsc_unstable()
/openbmc/linux/arch/x86/events/intel/
H A Dds.c1600 if (!using_native_sched_clock() || !sched_clock_stable()) in setup_pebs_time()
/openbmc/linux/arch/x86/events/
H A Dcore.c2719 if (!using_native_sched_clock() || !sched_clock_stable()) in arch_perf_update_userpage()