Lines Matching refs:notrace

62 notrace unsigned long long __weak sched_clock(void)  in sched_clock()
96 notrace static inline struct sched_clock_data *this_scd(void) in this_scd()
101 notrace static inline struct sched_clock_data *cpu_sdc(int cpu) in cpu_sdc()
106 notrace int sched_clock_stable(void) in sched_clock_stable()
111 notrace static void __scd_stamp(struct sched_clock_data *scd) in __scd_stamp()
117 notrace static void __set_sched_clock_stable(void) in __set_sched_clock_stable()
152 notrace static void __sched_clock_work(struct work_struct *work) in __sched_clock_work()
178 notrace static void __clear_sched_clock_stable(void) in __clear_sched_clock_stable()
187 notrace void clear_sched_clock_stable(void) in clear_sched_clock_stable()
197 notrace static void __sched_clock_gtod_offset(void) in __sched_clock_gtod_offset()
247 notrace static inline u64 wrap_min(u64 x, u64 y) in wrap_min()
252 notrace static inline u64 wrap_max(u64 x, u64 y) in wrap_max()
263 notrace static u64 sched_clock_local(struct sched_clock_data *scd) in sched_clock_local()
296 notrace static u64 sched_clock_remote(struct sched_clock_data *scd) in sched_clock_remote()
363 notrace u64 sched_clock_cpu(int cpu) in sched_clock_cpu()
387 notrace void sched_clock_tick(void) in sched_clock_tick()
404 notrace void sched_clock_tick_stable(void) in sched_clock_tick_stable()
424 notrace void sched_clock_idle_sleep_event(void) in sched_clock_idle_sleep_event()
433 notrace void sched_clock_idle_wakeup_event(void) in sched_clock_idle_wakeup_event()
459 notrace u64 sched_clock_cpu(int cpu) in sched_clock_cpu()
477 notrace u64 __weak running_clock(void) in running_clock()