Home
last modified time | relevance | path

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

12345678910

/linux-6.15/arch/microblaze/include/asm/
H 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-6.15/arch/sparc/vdso/
H A Dvclock_gettime.c89 notrace static __always_inline u64 __shr64(u64 val, int amt) in __shr64()
94 notrace static __always_inline u64 vread_tick(void) in vread_tick()
102 notrace static __always_inline u64 vread_tick_stick(void) in vread_tick_stick()
110 notrace static __always_inline u64 __shr64(u64 val, int amt) in __shr64()
125 notrace static __always_inline u64 vread_tick(void) in vread_tick()
135 notrace static __always_inline u64 vread_tick_stick(void) in vread_tick_stick()
246 notrace static int do_realtime_coarse(struct vvar_data *vvar, in do_realtime_coarse()
273 notrace int
301 notrace int
326 notrace int
[all …]
/linux-6.15/kernel/sched/
H A Dclock.c62 notrace unsigned long long __weak sched_clock(void) in sched_clock()
106 notrace int sched_clock_stable(void) in sched_clock_stable()
117 notrace static void __set_sched_clock_stable(void) in __set_sched_clock_stable()
187 notrace void clear_sched_clock_stable(void) in clear_sched_clock_stable()
388 notrace u64 sched_clock_cpu(int cpu) in sched_clock_cpu()
412 notrace void sched_clock_tick(void) in sched_clock_tick()
429 notrace void sched_clock_tick_stable(void) in sched_clock_tick_stable()
449 notrace void sched_clock_idle_sleep_event(void) in sched_clock_idle_sleep_event()
458 notrace void sched_clock_idle_wakeup_event(void) in sched_clock_idle_wakeup_event()
484 notrace u64 sched_clock_cpu(int cpu) in sched_clock_cpu()
[all …]
/linux-6.15/arch/sparc/include/asm/
H 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()
H 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-6.15/include/linux/
H A Dlibgcc.h30 long long notrace __ashldi3(long long u, word_type b);
31 long long notrace __ashrdi3(long long u, word_type b);
32 word_type notrace __cmpdi2(long long a, long long b);
33 long long notrace __lshrdi3(long long u, word_type b);
34 long long notrace __muldi3(long long u, long long v);
35 word_type notrace __ucmpdi2(unsigned long long a, unsigned long long b);
H 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);
H A Dcompiler_types.h141 # define __preserve_most notrace __attribute__((__preserve_most__))
214 #define notrace __attribute__((hotpatch(0, 0))) macro
216 #define notrace __attribute__((patchable_function_entry(0, 0))) macro
218 #define notrace __attribute__((__no_instrument_function__)) macro
227 #define __naked __attribute__((__naked__)) notrace
236 #define inline inline __gnu_inline __inline_maybe_unused notrace
288 # define __no_kasan_or_inline __no_sanitize_address notrace __maybe_unused
311 # define __no_sanitize_or_inline __no_kcsan notrace __maybe_unused
325 # define __no_sanitize_or_inline __no_kmsan_checks notrace __maybe_unused
383 noinline notrace __attribute((__section__(section))) \
/linux-6.15/arch/arm/kernel/
H 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-6.15/kernel/trace/
H 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-6.15/arch/powerpc/kernel/
H A Dinterrupt.c52 static notrace __always_inline bool prep_irq_for_enabled_exit(bool restartable) in prep_irq_for_enabled_exit()
77 static notrace void booke_load_dbcr0(void) in booke_load_dbcr0()
99 static notrace void check_return_regs_valid(struct pt_regs *regs) in check_return_regs_valid()
179 static notrace unsigned long
261 notrace unsigned long syscall_exit_prepare(unsigned long r3, in syscall_exit_prepare()
313 notrace unsigned long syscall_exit_restart(unsigned long r3, struct pt_regs *regs) in syscall_exit_restart()
341 notrace unsigned long interrupt_exit_user_prepare(struct pt_regs *regs) in interrupt_exit_user_prepare()
368 notrace unsigned long interrupt_exit_kernel_prepare(struct pt_regs *regs) in interrupt_exit_kernel_prepare()
465 notrace unsigned long interrupt_exit_user_restart(struct pt_regs *regs) in interrupt_exit_user_restart()
489 notrace unsigned long interrupt_exit_kernel_restart(struct pt_regs *regs) in interrupt_exit_kernel_restart()
/linux-6.15/arch/powerpc/include/asm/
H A Dcputime.h45 static notrace inline void account_cpu_user_entry(void) in account_cpu_user_entry()
54 static notrace inline void account_cpu_user_exit(void) in account_cpu_user_exit()
63 static notrace inline void account_stolen_time(void) in account_stolen_time()
83 static notrace inline void account_stolen_time(void) in account_stolen_time()
H A Dhw_irq.h116 static inline notrace unsigned long irq_soft_mask_return(void) in irq_soft_mask_return()
133 static inline notrace void irq_soft_mask_set(unsigned long mask) in irq_soft_mask_set()
160 static inline notrace unsigned long irq_soft_mask_set_return(unsigned long mask) in irq_soft_mask_set_return()
169 static inline notrace unsigned long irq_soft_mask_or_return(unsigned long mask) in irq_soft_mask_or_return()
178 static inline notrace unsigned long irq_soft_mask_andc_return(unsigned long mask) in irq_soft_mask_andc_return()
415 static inline notrace unsigned long irq_soft_mask_return(void) in irq_soft_mask_return()
/linux-6.15/arch/parisc/lib/
H 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()
60 T notrace __cmpxchg_##T(volatile T *ptr, T old, T new) \
/linux-6.15/arch/mips/lib/
H 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()
H 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-6.15/drivers/clocksource/
H 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-6.15/kernel/time/
H A Dsched_clock.c52 static u64 notrace jiffy_sched_clock_read(void) in jiffy_sched_clock_read()
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()
106 unsigned long long notrace sched_clock(void) in sched_clock()
281 static u64 notrace suspended_sched_clock_read(void) in suspended_sched_clock_read()
/linux-6.15/arch/xtensa/kernel/
H A Dhibernate.c15 void notrace save_processor_state(void) in save_processor_state()
23 void notrace restore_processor_state(void) in restore_processor_state()
/linux-6.15/arch/sh/kernel/
H 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-6.15/include/trace/
H A Dtrace_events.h204 static notrace enum print_line_t \
232 static notrace enum print_line_t \
278 static inline notrace int trace_event_get_offsets_##call( \
389 static notrace void \
405 static notrace void \
436 static notrace void \
446 static notrace void \
H A Dperf.h17 static notrace void \
68 static notrace void \
81 static notrace void \
/linux-6.15/kernel/bpf/
H A Dmemalloc.c128 static struct llist_node notrace *__llist_del_first(struct llist_head *head) in __llist_del_first()
445 static void notrace irq_work_raise(struct bpf_mem_cache *c) in irq_work_raise()
782 static void notrace *unit_alloc(struct bpf_mem_cache *c) in unit_alloc()
825 static void notrace unit_free(struct bpf_mem_cache *c, void *ptr) in unit_free()
865 static void notrace unit_free_rcu(struct bpf_mem_cache *c, void *ptr) in unit_free_rcu()
889 void notrace *bpf_mem_alloc(struct bpf_mem_alloc *ma, size_t size) in bpf_mem_alloc()
907 void notrace bpf_mem_free(struct bpf_mem_alloc *ma, void *ptr) in bpf_mem_free()
923 void notrace bpf_mem_free_rcu(struct bpf_mem_alloc *ma, void *ptr) in bpf_mem_free_rcu()
939 void notrace *bpf_mem_cache_alloc(struct bpf_mem_alloc *ma) in bpf_mem_cache_alloc()
947 void notrace bpf_mem_cache_free(struct bpf_mem_alloc *ma, void *ptr) in bpf_mem_cache_free()
[all …]
H A Dtrampoline.c872 static __always_inline u64 notrace bpf_prog_start_time(void) in bpf_prog_start_time()
914 static void notrace update_prog_stats(struct bpf_prog *prog, in update_prog_stats()
937 static void notrace __bpf_prog_exit_recur(struct bpf_prog *prog, u64 start, in __bpf_prog_exit_recur()
949 static u64 notrace __bpf_prog_enter_lsm_cgroup(struct bpf_prog *prog, in __bpf_prog_enter_lsm_cgroup()
974 u64 notrace __bpf_prog_enter_sleepable_recur(struct bpf_prog *prog, in __bpf_prog_enter_sleepable_recur()
992 void notrace __bpf_prog_exit_sleepable_recur(struct bpf_prog *prog, u64 start, in __bpf_prog_exit_sleepable_recur()
1003 static u64 notrace __bpf_prog_enter_sleepable(struct bpf_prog *prog, in __bpf_prog_enter_sleepable()
1025 static u64 notrace __bpf_prog_enter(struct bpf_prog *prog, in __bpf_prog_enter()
1037 static void notrace __bpf_prog_exit(struct bpf_prog *prog, u64 start, in __bpf_prog_exit()
1048 void notrace __bpf_tramp_enter(struct bpf_tramp_image *tr) in __bpf_tramp_enter()
[all …]
/linux-6.15/kernel/
H A Dkcov.c197 static notrace unsigned long canonicalize_ip(unsigned long ip) in canonicalize_ip()
209 void notrace __sanitizer_cov_trace_pc(void) in __sanitizer_cov_trace_pc()
239 static void notrace write_comp_data(u64 type, u64 arg1, u64 arg2, u64 ip) in write_comp_data()
274 void notrace __sanitizer_cov_trace_cmp1(u8 arg1, u8 arg2) in __sanitizer_cov_trace_cmp1()
280 void notrace __sanitizer_cov_trace_cmp2(u16 arg1, u16 arg2) in __sanitizer_cov_trace_cmp2()
286 void notrace __sanitizer_cov_trace_cmp4(u32 arg1, u32 arg2) in __sanitizer_cov_trace_cmp4()
292 void notrace __sanitizer_cov_trace_cmp8(kcov_u64 arg1, kcov_u64 arg2) in __sanitizer_cov_trace_cmp8()
298 void notrace __sanitizer_cov_trace_const_cmp1(u8 arg1, u8 arg2) in __sanitizer_cov_trace_const_cmp1()
305 void notrace __sanitizer_cov_trace_const_cmp2(u16 arg1, u16 arg2) in __sanitizer_cov_trace_const_cmp2()
312 void notrace __sanitizer_cov_trace_const_cmp4(u32 arg1, u32 arg2) in __sanitizer_cov_trace_const_cmp4()
[all …]

12345678910