Home
last modified time | relevance | path

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

12345678910

/linux/arch/microblaze/include/asm/
A 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/arch/sparc/vdso/
A Dvclock_gettime.c51 notrace static __always_inline struct vvar_data *get_vvar_data(void) in get_vvar_data()
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()
226 notrace static int do_realtime_coarse(struct vvar_data *vvar, in do_realtime_coarse()
239 notrace static int do_monotonic_coarse(struct vvar_data *vvar, in do_monotonic_coarse()
253 notrace int
281 notrace int
306 notrace int
[all …]
/linux/arch/sparc/include/asm/
A 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()
A 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/arch/nds32/kernel/vdso/
A Dgettimeofday.c22 static notrace unsigned int __vdso_read_begin(const struct vdso_data *vdata) in __vdso_read_begin()
34 static notrace unsigned int vdso_read_begin(const struct vdso_data *vdata) in vdso_read_begin()
44 static notrace int vdso_read_retry(const struct vdso_data *vdata, u32 start) in vdso_read_retry()
50 static notrace long clock_gettime_fallback(clockid_t _clkid, in clock_gettime_fallback()
66 static notrace int do_realtime_coarse(struct __kernel_old_timespec *ts, in do_realtime_coarse()
81 static notrace int do_monotonic_coarse(struct __kernel_old_timespec *ts, in do_monotonic_coarse()
101 static notrace inline u64 vgetsns(struct vdso_data *vdso) in vgetsns()
158 notrace int __vdso_clock_gettime(clockid_t clkid, struct __kernel_old_timespec *ts) in __vdso_clock_gettime()
190 static notrace int clock_getres_fallback(clockid_t _clk_id, in clock_getres_fallback()
206 notrace int __vdso_clock_getres(clockid_t clk_id, struct __kernel_old_timespec *res) in __vdso_clock_getres()
[all …]
/linux/include/linux/
A 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);
A Dcompiler_types.h125 #define notrace __attribute__((hotpatch(0, 0))) macro
127 #define notrace __attribute__((patchable_function_entry(0, 0))) macro
129 #define notrace __attribute__((__no_instrument_function__)) macro
138 #define __naked __attribute__((__naked__)) notrace
149 #define inline inline __gnu_inline __inline_maybe_unused notrace
195 # define __no_kasan_or_inline __no_sanitize_address notrace __maybe_unused
203 # define __no_sanitize_or_inline __no_kcsan notrace __maybe_unused
212 noinline notrace __attribute((__section__(".noinstr.text"))) \
/linux/arch/parisc/lib/
A 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/arch/arm/kernel/
A 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/kernel/trace/
A 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/arch/powerpc/kernel/
A Dinterrupt.c54 static notrace __always_inline bool prep_irq_for_enabled_exit(bool restartable) in prep_irq_for_enabled_exit()
78 notrace long system_call_exception(long r3, long r4, long r5, in system_call_exception()
236 static notrace void booke_load_dbcr0(void) in booke_load_dbcr0()
340 static notrace unsigned long
423 notrace unsigned long syscall_exit_prepare(unsigned long r3, in syscall_exit_prepare()
475 notrace unsigned long syscall_exit_restart(unsigned long r3, struct pt_regs *regs) in syscall_exit_restart()
503 notrace unsigned long interrupt_exit_user_prepare(struct pt_regs *regs) in interrupt_exit_user_prepare()
530 notrace unsigned long interrupt_exit_kernel_prepare(struct pt_regs *regs) in interrupt_exit_kernel_prepare()
631 notrace unsigned long interrupt_exit_user_restart(struct pt_regs *regs) in interrupt_exit_user_restart()
655 notrace unsigned long interrupt_exit_kernel_restart(struct pt_regs *regs) in interrupt_exit_kernel_restart()
/linux/arch/powerpc/include/asm/
A 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()
A 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()
342 static inline notrace unsigned long irq_soft_mask_return(void) in irq_soft_mask_return()
/linux/kernel/time/
A Dsched_clock.c51 static u64 notrace jiffy_sched_clock_read(void) in jiffy_sched_clock_read()
66 static inline u64 notrace cyc_to_ns(u64 cyc, u32 mult, u32 shift) in cyc_to_ns()
71 notrace struct clock_read_data *sched_clock_read_begin(unsigned int *seq) in sched_clock_read_begin()
77 notrace int sched_clock_read_retry(unsigned int seq) in sched_clock_read_retry()
82 unsigned long long notrace sched_clock(void) in sched_clock()
259 static u64 notrace suspended_sched_clock_read(void) in suspended_sched_clock_read()
/linux/arch/mips/lib/
A 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()
A 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/drivers/clocksource/
A 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()
A 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/kernel/
A Dkcov.c180 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()
247 void notrace __sanitizer_cov_trace_cmp1(u8 arg1, u8 arg2) in __sanitizer_cov_trace_cmp1()
253 void notrace __sanitizer_cov_trace_cmp2(u16 arg1, u16 arg2) in __sanitizer_cov_trace_cmp2()
259 void notrace __sanitizer_cov_trace_cmp4(u32 arg1, u32 arg2) in __sanitizer_cov_trace_cmp4()
265 void notrace __sanitizer_cov_trace_cmp8(u64 arg1, u64 arg2) in __sanitizer_cov_trace_cmp8()
271 void notrace __sanitizer_cov_trace_const_cmp1(u8 arg1, u8 arg2) in __sanitizer_cov_trace_const_cmp1()
278 void notrace __sanitizer_cov_trace_const_cmp2(u16 arg1, u16 arg2) in __sanitizer_cov_trace_const_cmp2()
285 void notrace __sanitizer_cov_trace_const_cmp4(u32 arg1, u32 arg2) in __sanitizer_cov_trace_const_cmp4()
292 void notrace __sanitizer_cov_trace_const_cmp8(u64 arg1, u64 arg2) in __sanitizer_cov_trace_const_cmp8()
[all …]
/linux/kernel/bpf/
A Dtrampoline.c530 static __always_inline u64 notrace bpf_prog_start_time(void) in bpf_prog_start_time()
542 static void notrace inc_misses_counter(struct bpf_prog *prog) in inc_misses_counter()
565 u64 notrace __bpf_prog_enter(struct bpf_prog *prog) in __bpf_prog_enter()
577 static void notrace update_prog_stats(struct bpf_prog *prog, in update_prog_stats()
599 void notrace __bpf_prog_exit(struct bpf_prog *prog, u64 start) in __bpf_prog_exit()
608 u64 notrace __bpf_prog_enter_sleepable(struct bpf_prog *prog) in __bpf_prog_enter_sleepable()
620 void notrace __bpf_prog_exit_sleepable(struct bpf_prog *prog, u64 start) in __bpf_prog_exit_sleepable()
628 void notrace __bpf_tramp_enter(struct bpf_tramp_image *tr) in __bpf_tramp_enter()
633 void notrace __bpf_tramp_exit(struct bpf_tramp_image *tr) in __bpf_tramp_exit()
/linux/arch/x86/include/asm/
A Dlinkage.h7 #undef notrace
8 #define notrace __attribute__((no_instrument_function)) macro
A Dtraps.h14 asmlinkage __visible notrace struct pt_regs *sync_regs(struct pt_regs *eregs);
15 asmlinkage __visible notrace
/linux/arch/sh/kernel/
A 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/arch/sparc/prom/
A 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/arch/arm64/kernel/
A Dstacktrace.c66 int notrace unwind_frame(struct task_struct *tsk, struct stackframe *frame) in unwind_frame()
144 void notrace walk_stackframe(struct task_struct *tsk, struct stackframe *frame, in walk_stackframe()
226 noinline notrace void arch_stack_walk(stack_trace_consume_fn consume_entry, in arch_stack_walk()

Completed in 31 milliseconds

12345678910