Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dclock.c109 notrace int sched_clock_stable(void) in sched_clock_stable() function
183 if (!sched_clock_stable()) in __clear_sched_clock_stable()
396 if (sched_clock_stable()) in sched_clock_cpu()
419 if (sched_clock_stable()) in sched_clock_tick()
434 if (!sched_clock_stable()) in sched_clock_tick_stable()
465 if (sched_clock_stable()) in sched_clock_idle_wakeup_event()
/linux/include/linux/sched/
H A Dclock.h67 extern int sched_clock_stable(void);
/linux/kernel/trace/
H A Dring_buffer.c3693 static inline bool sched_clock_stable(void) in sched_clock_stable() function
3711 sched_clock_stable() ? "" : in rb_check_timestamp()
H A Dtrace.c11747 /* sched_clock_stable() is determined in late_initcall */ in tracing_set_default_clock()
11748 if (!trace_boot_clock && !sched_clock_stable()) { in tracing_set_default_clock()
/linux/arch/x86/events/
H A Dcore.c2757 if (!using_native_sched_clock() || !sched_clock_stable()) in arch_perf_update_userpage()
/linux/arch/x86/events/intel/
H A Dds.c1893 if (!using_native_sched_clock() || !sched_clock_stable()) in setup_pebs_time()