Home
last modified time | relevance | path

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

123456

/linux/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/include/linux/
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 Dsrcutree.h289 static inline struct srcu_ctr __percpu notrace *__srcu_read_lock_fast(struct srcu_struct *ssp) in __srcu_read_lock_fast()
312 static inline void notrace
333 struct srcu_ctr __percpu notrace *__srcu_read_lock_fast_updown(struct srcu_struct *ssp) in __srcu_read_lock_fast_updown()
356 static inline void notrace
/linux/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/arch/powerpc/kernel/
H A Dinterrupt.c53 static notrace __always_inline bool prep_irq_for_enabled_exit(bool restartable) in prep_irq_for_enabled_exit()
87 notrace unsigned long syscall_exit_prepare(unsigned long r3, in syscall_exit_prepare()
146 notrace unsigned long syscall_exit_restart(unsigned long r3, struct pt_regs *regs) in syscall_exit_restart()
182 notrace unsigned long interrupt_exit_user_prepare(struct pt_regs *regs) in interrupt_exit_user_prepare()
221 notrace unsigned long interrupt_exit_kernel_prepare(struct pt_regs *regs) in interrupt_exit_kernel_prepare()
314 notrace unsigned long interrupt_exit_user_restart(struct pt_regs *regs) in interrupt_exit_user_restart()
337 notrace unsigned long interrupt_exit_kernel_restart(struct pt_regs *regs) in interrupt_exit_kernel_restart()
/linux/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 Dinterrupt.h96 #define interrupt_handler __visible noinline notrace __no_kcsan __no_sanitize_address
406 notrace unsigned long syscall_exit_prepare(unsigned long r3, struct pt_regs *regs, long scv);
407 notrace unsigned long interrupt_exit_user_prepare(struct pt_regs *regs);
408 notrace unsigned long interrupt_exit_kernel_prepare(struct pt_regs *regs);
/linux/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/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/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()
H A Dtimer-ti-32k.c58 static u64 notrace ti_32k_read_cycles(struct clocksource *cs) in ti_32k_read_cycles()
75 static u64 notrace omap_32k_read_sched_clock(void) in omap_32k_read_sched_clock()
H A Darc_timer.c90 static notrace u64 arc_gfrc_clock_read(void) in arc_gfrc_clock_read()
148 static notrace u64 arc_rtc_clock_read(void) in arc_rtc_clock_read()
201 static notrace u64 arc_timer1_clock_read(void) in arc_timer1_clock_read()
/linux/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/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/kernel/bpf/
H A Dmemalloc.c130 static struct llist_node notrace *__llist_del_first(struct llist_head *head) in __llist_del_first()
438 static void notrace irq_work_raise(struct bpf_mem_cache *c) in irq_work_raise()
776 static void notrace *unit_alloc(struct bpf_mem_cache *c) in unit_alloc()
819 static void notrace unit_free(struct bpf_mem_cache *c, void *ptr) in unit_free()
859 static void notrace unit_free_rcu(struct bpf_mem_cache *c, void *ptr) in unit_free_rcu()
883 void notrace *bpf_mem_alloc(struct bpf_mem_alloc *ma, size_t size) in bpf_mem_alloc()
901 void notrace bpf_mem_free(struct bpf_mem_alloc *ma, void *ptr) in bpf_mem_free()
917 void notrace bpf_mem_free_rcu(struct bpf_mem_alloc *ma, void *ptr) in bpf_mem_free_rcu()
933 void notrace *bpf_mem_cache_alloc(struct bpf_mem_alloc *ma) in bpf_mem_cache_alloc()
941 void notrace bpf_mem_cache_free(struct bpf_mem_alloc *ma, void *ptr) in bpf_mem_cache_free()
[all …]
H A Dtrampoline.c1263 static __always_inline u64 notrace bpf_prog_start_time(void) in bpf_prog_start_time()
1288 static u64 notrace __bpf_prog_enter_recur(struct bpf_prog *prog, struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter_recur()
1304 static void notrace __update_prog_stats(struct bpf_prog *prog, u64 start) in __update_prog_stats()
1325 static __always_inline void notrace update_prog_stats(struct bpf_prog *prog, in update_prog_stats()
1332 static void notrace __bpf_prog_exit_recur(struct bpf_prog *prog, u64 start, in __bpf_prog_exit_recur()
1343 static u64 notrace __bpf_prog_enter_lsm_cgroup(struct bpf_prog *prog, in __bpf_prog_enter_lsm_cgroup()
1357 static void notrace __bpf_prog_exit_lsm_cgroup(struct bpf_prog *prog, u64 start, in __bpf_prog_exit_lsm_cgroup()
1366 u64 notrace __bpf_prog_enter_sleepable_recur(struct bpf_prog *prog, in __bpf_prog_enter_sleepable_recur()
1384 void notrace __bpf_prog_exit_sleepable_recur(struct bpf_prog *prog, u64 start, in __bpf_prog_exit_sleepable_recur()
1395 static u64 notrace __bpf_prog_enter_sleepable(struct bpf_prog *prog, in __bpf_prog_enter_sleepable()
[all …]
/linux/arch/sparc/prom/
H 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/parisc/mm/
H A Dfixmap.c13 void notrace set_fixmap(enum fixed_addresses idx, phys_addr_t phys) in set_fixmap()
27 void notrace clear_fixmap(enum fixed_addresses idx) in clear_fixmap()
/linux/lib/tests/
H A Dtest_fprobe.c35 static notrace int fp_entry_handler(struct fprobe *fp, unsigned long ip, in fp_entry_handler()
54 static notrace void fp_exit_handler(struct fprobe *fp, unsigned long ip, in fp_exit_handler()
195 static notrace int entry_only_handler(struct fprobe *fp, unsigned long ip, in entry_only_handler()
208 static notrace int fprobe_entry_multi_handler(struct fprobe *fp, unsigned long ip, in fprobe_entry_multi_handler()
222 static notrace void fprobe_exit_multi_handler(struct fprobe *fp, unsigned long ip, in fprobe_exit_multi_handler()
/linux/arch/x86/include/asm/
H A Dtraps.h14 asmlinkage __visible notrace struct pt_regs *sync_regs(struct pt_regs *eregs);
15 asmlinkage __visible notrace
/linux/include/trace/
H A Dtrace_custom_events.h78 static notrace enum print_line_t \
121 static inline notrace int trace_custom_event_get_offsets_##call( \
142 static notrace void \
/linux/drivers/bus/
H A Darm-cci.c233 static void notrace cci_port_control(unsigned int port, bool enable) in cci_port_control()
265 int notrace cci_disable_port_by_cpu(u64 mpidr) in cci_disable_port_by_cpu()
388 int notrace __cci_control_port_by_device(struct device_node *dn, bool enable) in __cci_control_port_by_device()
415 int notrace __cci_control_port_by_index(u32 port, bool enable) in __cci_control_port_by_index()
/linux/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfgraph-multi-filter.tc59 notrace="$3"
62 echo "$notrace" > $instance/set_ftrace_notrace
/linux/arch/arm/mach-omap1/
H A Dtime.c74 static inline unsigned long notrace omap_mpu_timer_read(int nr) in omap_mpu_timer_read()
179 static u64 notrace omap_mpu_read_sched_clock(void) in omap_mpu_read_sched_clock()

123456