Home
last modified time | relevance | path

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

/linux-6.15/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.c1031 P(sched_clock_stable()); in sched_debug_header()
/linux-6.15/include/linux/sched/
H A Dclock.h67 extern int sched_clock_stable(void);
/linux-6.15/arch/x86/kernel/
H A Dtsc.c962 if (!static_branch_likely(&__use_tsc) && !sched_clock_stable()) in tsc_save_sched_clock_state()
982 if (!static_branch_likely(&__use_tsc) && !sched_clock_stable()) in tsc_restore_sched_clock_state()
/linux-6.15/kernel/trace/
H A Dring_buffer.c3582 static inline bool sched_clock_stable(void) in sched_clock_stable() function
3600 sched_clock_stable() ? "" : in rb_check_timestamp()
H A Dtrace.c11066 if (!trace_boot_clock && !sched_clock_stable()) { in tracing_set_default_clock()
/linux-6.15/arch/x86/events/intel/
H A Dds.c1798 if (!using_native_sched_clock() || !sched_clock_stable()) in setup_pebs_time()
/linux-6.15/arch/x86/events/
H A Dcore.c2728 if (!using_native_sched_clock() || !sched_clock_stable()) in arch_perf_update_userpage()