Home
last modified time | relevance | path

Searched refs:notrace (Results 1 – 25 of 229) sorted by relevance

12345678910

/linux-5.19.10/arch/microblaze/include/asm/
Dirqflags.h14 static inline notrace unsigned long arch_local_irq_save(void) in arch_local_irq_save()
25 static inline notrace void arch_local_irq_disable(void) in arch_local_irq_disable()
35 static inline notrace void arch_local_irq_enable(void) in arch_local_irq_enable()
47 static inline notrace unsigned long arch_local_irq_save(void) in arch_local_irq_save()
61 static inline notrace void arch_local_irq_disable(void) in arch_local_irq_disable()
74 static inline notrace void arch_local_irq_enable(void) in arch_local_irq_enable()
89 static inline notrace unsigned long arch_local_save_flags(void) in arch_local_save_flags()
100 static inline notrace void arch_local_irq_restore(unsigned long flags) in arch_local_irq_restore()
109 static inline notrace bool arch_irqs_disabled_flags(unsigned long flags) in arch_irqs_disabled_flags()
114 static inline notrace bool arch_irqs_disabled(void) in arch_irqs_disabled()
/linux-5.19.10/kernel/sched/
Dclock.c62 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()
[all …]
/linux-5.19.10/arch/sparc/include/asm/
Dirqflags_64.h18 static inline notrace unsigned long arch_local_save_flags(void) in arch_local_save_flags()
30 static inline notrace void arch_local_irq_restore(unsigned long flags) in arch_local_irq_restore()
40 static inline notrace void arch_local_irq_disable(void) in arch_local_irq_disable()
50 static inline notrace void arch_local_irq_enable(void) in arch_local_irq_enable()
60 static inline notrace int arch_irqs_disabled_flags(unsigned long flags) in arch_irqs_disabled_flags()
65 static inline notrace int arch_irqs_disabled(void) in arch_irqs_disabled()
70 static inline notrace unsigned long arch_local_irq_save(void) in arch_local_irq_save()
Dirqflags_32.h23 static inline notrace unsigned long arch_local_save_flags(void) in arch_local_save_flags()
31 static inline notrace void arch_local_irq_disable(void) in arch_local_irq_disable()
36 static inline notrace bool arch_irqs_disabled_flags(unsigned long flags) in arch_irqs_disabled_flags()
41 static inline notrace bool arch_irqs_disabled(void) in arch_irqs_disabled()
/linux-5.19.10/arch/sparc/vdso/
Dvclock_gettime.c51 notrace static __always_inline struct vvar_data *get_vvar_data(void) in get_vvar_data()
66 notrace static long vdso_fallback_gettime(long clock, struct __kernel_old_timespec *ts) in vdso_fallback_gettime()
77 notrace static long vdso_fallback_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) in vdso_fallback_gettimeofday()
89 notrace static __always_inline u64 vread_tick(void) in vread_tick()
97 notrace static __always_inline u64 vread_tick_stick(void) in vread_tick_stick()
105 notrace static __always_inline u64 vread_tick(void) in vread_tick()
115 notrace static __always_inline u64 vread_tick_stick(void) in vread_tick_stick()
126 notrace static __always_inline u64 vgetsns(struct vvar_data *vvar) in vgetsns()
136 notrace static __always_inline u64 vgetsns_stick(struct vvar_data *vvar) in vgetsns_stick()
146 notrace static __always_inline int do_realtime(struct vvar_data *vvar, in do_realtime()
[all …]
/linux-5.19.10/include/linux/
Dtrace_clock.h18 extern u64 notrace trace_clock_local(void);
19 extern u64 notrace trace_clock(void);
20 extern u64 notrace trace_clock_jiffies(void);
21 extern u64 notrace trace_clock_global(void);
22 extern u64 notrace trace_clock_counter(void);
Dcompiler_types.h135 #define notrace __attribute__((hotpatch(0, 0))) macro
137 #define notrace __attribute__((patchable_function_entry(0, 0))) macro
139 #define notrace __attribute__((__no_instrument_function__)) macro
148 #define __naked __attribute__((__naked__)) notrace
157 #define inline inline __gnu_inline __inline_maybe_unused notrace
203 # define __no_kasan_or_inline __no_sanitize_address notrace __maybe_unused
220 # define __no_sanitize_or_inline __no_kcsan notrace __maybe_unused
231 noinline notrace __attribute((__section__(".noinstr.text"))) \
/linux-5.19.10/arch/parisc/lib/
Dbitops.c21 unsigned long notrace __xchg64(unsigned long x, volatile unsigned long *ptr) in __xchg64()
33 unsigned long notrace __xchg32(int x, volatile int *ptr) in __xchg32()
46 unsigned long notrace __xchg8(char x, volatile char *ptr) in __xchg8()
59 u64 notrace __cmpxchg_u64(volatile u64 *ptr, u64 old, u64 new) in __cmpxchg_u64()
71 unsigned long notrace __cmpxchg_u32(volatile unsigned int *ptr, unsigned int old, unsigned int new) in __cmpxchg_u32()
83 u8 notrace __cmpxchg_u8(volatile u8 *ptr, u8 old, u8 new) in __cmpxchg_u8()
/linux-5.19.10/arch/arm/kernel/
Dhibernate.c34 void notrace save_processor_state(void) in save_processor_state()
40 void notrace restore_processor_state(void) in restore_processor_state()
58 static int notrace arch_save_image(unsigned long unused) in arch_save_image()
71 int notrace swsusp_arch_suspend(void) in swsusp_arch_suspend()
81 static void notrace arch_restore_image(void *unused) in arch_restore_image()
/linux-5.19.10/kernel/trace/
Dtrace_clock.c32 u64 notrace trace_clock_local(void) in trace_clock_local()
57 u64 notrace trace_clock(void) in trace_clock()
70 u64 notrace trace_clock_jiffies(void) in trace_clock_jiffies()
94 u64 notrace trace_clock_global(void) in trace_clock_global()
155 u64 notrace trace_clock_counter(void) in trace_clock_counter()
/linux-5.19.10/arch/powerpc/kernel/
Dinterrupt.c53 static notrace __always_inline bool prep_irq_for_enabled_exit(bool restartable) in prep_irq_for_enabled_exit()
77 notrace long system_call_exception(long r3, long r4, long r5, in system_call_exception()
235 static notrace void booke_load_dbcr0(void) in booke_load_dbcr0()
339 static notrace unsigned long
421 notrace unsigned long syscall_exit_prepare(unsigned long r3, in syscall_exit_prepare()
473 notrace unsigned long syscall_exit_restart(unsigned long r3, struct pt_regs *regs) in syscall_exit_restart()
501 notrace unsigned long interrupt_exit_user_prepare(struct pt_regs *regs) in interrupt_exit_user_prepare()
528 notrace unsigned long interrupt_exit_kernel_prepare(struct pt_regs *regs) in interrupt_exit_kernel_prepare()
628 notrace unsigned long interrupt_exit_user_restart(struct pt_regs *regs) in interrupt_exit_user_restart()
652 notrace unsigned long interrupt_exit_kernel_restart(struct pt_regs *regs) in interrupt_exit_kernel_restart()
/linux-5.19.10/arch/powerpc/include/asm/
Dcputime.h72 static notrace inline void account_cpu_user_entry(void) in account_cpu_user_entry()
81 static notrace inline void account_cpu_user_exit(void) in account_cpu_user_exit()
90 static notrace inline void account_stolen_time(void) in account_stolen_time()
110 static notrace inline void account_stolen_time(void) in account_stolen_time()
Dhw_irq.h114 static inline notrace unsigned long irq_soft_mask_return(void) in irq_soft_mask_return()
131 static inline notrace void irq_soft_mask_set(unsigned long mask) in irq_soft_mask_set()
159 static inline notrace unsigned long irq_soft_mask_set_return(unsigned long mask) in irq_soft_mask_set_return()
177 static inline notrace unsigned long irq_soft_mask_or_return(unsigned long mask) in irq_soft_mask_or_return()
417 static inline notrace unsigned long irq_soft_mask_return(void) in irq_soft_mask_return()
/linux-5.19.10/arch/mips/lib/
Dmips-atomic.c38 notrace void arch_local_irq_disable(void) in arch_local_irq_disable()
60 notrace unsigned long arch_local_irq_save(void) in arch_local_irq_save()
87 notrace void arch_local_irq_restore(unsigned long flags) in arch_local_irq_restore()
Dmulti3.c15 static inline long long notrace dmulu(long long a, long long b) in dmulu()
24 static inline long long notrace dmuhu(long long a, long long b) in dmuhu()
33 ti_type notrace __multi3(ti_type a, ti_type b) in __multi3()
/linux-5.19.10/kernel/time/
Dsched_clock.c52 static u64 notrace jiffy_sched_clock_read(void) in jiffy_sched_clock_read()
67 static inline u64 notrace cyc_to_ns(u64 cyc, u32 mult, u32 shift) in cyc_to_ns()
72 notrace struct clock_read_data *sched_clock_read_begin(unsigned int *seq) in sched_clock_read_begin()
78 notrace int sched_clock_read_retry(unsigned int seq) in sched_clock_read_retry()
83 unsigned long long notrace sched_clock(void) in sched_clock()
258 static u64 notrace suspended_sched_clock_read(void) in suspended_sched_clock_read()
/linux-5.19.10/drivers/clocksource/
Dhyperv_timer.c375 static u64 notrace read_hv_clock_tsc(void) in read_hv_clock_tsc()
385 static u64 notrace read_hv_clock_tsc_cs(struct clocksource *arg) in read_hv_clock_tsc_cs()
390 static u64 notrace read_hv_sched_clock_tsc(void) in read_hv_sched_clock_tsc()
443 static u64 notrace read_hv_clock_msr(void) in read_hv_clock_msr()
453 static u64 notrace read_hv_clock_msr_cs(struct clocksource *arg) in read_hv_clock_msr_cs()
458 static u64 notrace read_hv_sched_clock_msr(void) in read_hv_sched_clock_msr()
Dingenic-ost.c44 static u64 notrace ingenic_ost_read_cntl(void) in ingenic_ost_read_cntl()
50 static u64 notrace ingenic_ost_read_cnth(void) in ingenic_ost_read_cnth()
56 static u64 notrace ingenic_ost_clocksource_readl(struct clocksource *cs) in ingenic_ost_clocksource_readl()
61 static u64 notrace ingenic_ost_clocksource_readh(struct clocksource *cs) in ingenic_ost_clocksource_readh()
/linux-5.19.10/arch/arm64/kernel/
Dstacktrace.c53 static notrace void unwind_init(struct unwind_state *state, unsigned long fp, in unwind_init()
84 static int notrace unwind_next(struct task_struct *tsk, in unwind_next()
160 static void notrace unwind(struct task_struct *tsk, in unwind()
209 noinline notrace void arch_stack_walk(stack_trace_consume_fn consume_entry, in arch_stack_walk()
/linux-5.19.10/arch/xtensa/kernel/
Dhibernate.c15 void notrace save_processor_state(void) in save_processor_state()
23 void notrace restore_processor_state(void) in restore_processor_state()
/linux-5.19.10/arch/sh/kernel/
Dirq_32.c10 void notrace arch_local_irq_restore(unsigned long flags) in arch_local_irq_restore()
40 unsigned long notrace arch_local_save_flags(void) in arch_local_save_flags()
/linux-5.19.10/kernel/
Dkcov.c157 static notrace bool check_kcov_mode(enum kcov_mode needed_mode, struct task_struct *t) in check_kcov_mode()
180 static notrace unsigned long canonicalize_ip(unsigned long ip) in canonicalize_ip()
192 void notrace __sanitizer_cov_trace_pc(void) in __sanitizer_cov_trace_pc()
222 static void notrace write_comp_data(u64 type, u64 arg1, u64 arg2, u64 ip) in write_comp_data()
257 void notrace __sanitizer_cov_trace_cmp1(u8 arg1, u8 arg2) in __sanitizer_cov_trace_cmp1()
263 void notrace __sanitizer_cov_trace_cmp2(u16 arg1, u16 arg2) in __sanitizer_cov_trace_cmp2()
269 void notrace __sanitizer_cov_trace_cmp4(u32 arg1, u32 arg2) in __sanitizer_cov_trace_cmp4()
275 void notrace __sanitizer_cov_trace_cmp8(u64 arg1, u64 arg2) in __sanitizer_cov_trace_cmp8()
281 void notrace __sanitizer_cov_trace_const_cmp1(u8 arg1, u8 arg2) in __sanitizer_cov_trace_const_cmp1()
288 void notrace __sanitizer_cov_trace_const_cmp2(u16 arg1, u16 arg2) in __sanitizer_cov_trace_const_cmp2()
[all …]
/linux-5.19.10/arch/x86/include/asm/
Dtraps.h14 asmlinkage __visible notrace struct pt_regs *sync_regs(struct pt_regs *eregs);
15 asmlinkage __visible notrace
/linux-5.19.10/arch/sparc/prom/
Dprintf.c30 void notrace prom_write(const char *buf, unsigned int n) in prom_write()
60 void notrace prom_printf(const char *fmt, ...) in prom_printf()
/linux-5.19.10/kernel/bpf/
Dtrampoline.c544 static __always_inline u64 notrace bpf_prog_start_time(void) in bpf_prog_start_time()
556 static void notrace inc_misses_counter(struct bpf_prog *prog) in inc_misses_counter()
580 u64 notrace __bpf_prog_enter(struct bpf_prog *prog, struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter()
595 static void notrace update_prog_stats(struct bpf_prog *prog, in update_prog_stats()
617 void notrace __bpf_prog_exit(struct bpf_prog *prog, u64 start, struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit()
628 u64 notrace __bpf_prog_enter_sleepable(struct bpf_prog *prog, struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter_sleepable()
644 void notrace __bpf_prog_exit_sleepable(struct bpf_prog *prog, u64 start, in __bpf_prog_exit_sleepable()
655 void notrace __bpf_tramp_enter(struct bpf_tramp_image *tr) in __bpf_tramp_enter()
660 void notrace __bpf_tramp_exit(struct bpf_tramp_image *tr) in __bpf_tramp_exit()

12345678910