Home
last modified time | relevance | path

Searched refs:sched_clock_stable (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/kernel/sched/
H A Dclock.c106 notrace int sched_clock_stable(void) in sched_clock_stable() function
180 if (!sched_clock_stable()) in __clear_sched_clock_stable()
393 if (sched_clock_stable()) in sched_clock_cpu()
416 if (sched_clock_stable()) in sched_clock_tick()
431 if (!sched_clock_stable()) in sched_clock_tick_stable()
462 if (sched_clock_stable()) in sched_clock_idle_wakeup_event()
H A Ddebug.c854 P(sched_clock_stable()); in sched_debug_header()
/openbmc/linux/include/linux/sched/
H A Dclock.h67 extern int sched_clock_stable(void);
/openbmc/linux/arch/x86/kernel/
H A Dtsc.c958 if (!sched_clock_stable()) in tsc_save_sched_clock_state()
978 if (!sched_clock_stable()) in tsc_restore_sched_clock_state()
/openbmc/linux/kernel/trace/
H A Dring_buffer.c2868 static inline bool sched_clock_stable(void) in sched_clock_stable() function
2886 sched_clock_stable() ? "" : in rb_check_timestamp()
H A Dtrace.c10621 if (!trace_boot_clock && !sched_clock_stable()) { in tracing_set_default_clock()
/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()