/linux-4.4.14/arch/blackfin/include/asm/ |
D | irqflags.h | 21 static inline notrace void bfin_sti(unsigned long flags) in bfin_sti() 26 static inline notrace unsigned long bfin_cli(void) in bfin_cli() 43 static inline notrace void __hard_local_irq_disable(void) in __hard_local_irq_disable() 48 static inline notrace void __hard_local_irq_enable(void) in __hard_local_irq_enable() 53 static inline notrace unsigned long hard_local_save_flags(void) in hard_local_save_flags() 58 static inline notrace unsigned long __hard_local_irq_save(void) in __hard_local_irq_save() 68 static inline notrace int hard_irqs_disabled_flags(unsigned long flags) in hard_irqs_disabled_flags() 77 static inline notrace int hard_irqs_disabled(void) in hard_irqs_disabled() 83 static inline notrace void __hard_local_irq_restore(unsigned long flags) in __hard_local_irq_restore() 120 static inline notrace void arch_local_irq_disable(void) in arch_local_irq_disable() [all …]
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | irqflags.h | 17 static inline notrace unsigned long arch_local_irq_save(void) in arch_local_irq_save() 28 static inline notrace void arch_local_irq_disable(void) in arch_local_irq_disable() 38 static inline notrace void arch_local_irq_enable(void) in arch_local_irq_enable() 50 static inline notrace unsigned long arch_local_irq_save(void) in arch_local_irq_save() 64 static inline notrace void arch_local_irq_disable(void) in arch_local_irq_disable() 77 static inline notrace void arch_local_irq_enable(void) in arch_local_irq_enable() 92 static inline notrace unsigned long arch_local_save_flags(void) in arch_local_save_flags() 103 static inline notrace void arch_local_irq_restore(unsigned long flags) in arch_local_irq_restore() 112 static inline notrace bool arch_irqs_disabled_flags(unsigned long flags) in arch_irqs_disabled_flags() 117 static inline notrace bool arch_irqs_disabled(void) in arch_irqs_disabled()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | irqflags.h | 32 static inline notrace void __arch_local_irq_ssm(unsigned long flags) in __arch_local_irq_ssm() 37 static inline notrace unsigned long arch_local_save_flags(void) in arch_local_save_flags() 42 static inline notrace unsigned long arch_local_irq_save(void) in arch_local_irq_save() 47 static inline notrace void arch_local_irq_disable(void) in arch_local_irq_disable() 52 static inline notrace void arch_local_irq_enable(void) in arch_local_irq_enable() 57 static inline notrace void arch_local_irq_restore(unsigned long flags) in arch_local_irq_restore() 62 static inline notrace bool arch_irqs_disabled_flags(unsigned long flags) in arch_irqs_disabled_flags() 67 static inline notrace bool arch_irqs_disabled(void) in arch_irqs_disabled()
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | irqflags_64.h | 17 static inline notrace unsigned long arch_local_save_flags(void) in arch_local_save_flags() 29 static inline notrace void arch_local_irq_restore(unsigned long flags) in arch_local_irq_restore() 39 static inline notrace void arch_local_irq_disable(void) in arch_local_irq_disable() 49 static inline notrace void arch_local_irq_enable(void) in arch_local_irq_enable() 59 static inline notrace int arch_irqs_disabled_flags(unsigned long flags) in arch_irqs_disabled_flags() 64 static inline notrace int arch_irqs_disabled(void) in arch_irqs_disabled() 69 static inline notrace unsigned long arch_local_irq_save(void) in arch_local_irq_save()
|
D | irqflags_32.h | 22 static inline notrace unsigned long arch_local_save_flags(void) in arch_local_save_flags() 30 static inline notrace void arch_local_irq_disable(void) in arch_local_irq_disable() 35 static inline notrace bool arch_irqs_disabled_flags(unsigned long flags) in arch_irqs_disabled_flags() 40 static inline notrace bool arch_irqs_disabled(void) in arch_irqs_disabled()
|
D | timer_32.h | 37 irqreturn_t notrace timer_interrupt(int dummy, void *dev_id);
|
/linux-4.4.14/arch/x86/entry/vdso/ |
D | vclock_gettime.c | 33 static notrace cycle_t vread_hpet(void) in vread_hpet() 46 notrace static long vdso_fallback_gettime(long clock, struct timespec *ts) in vdso_fallback_gettime() 54 notrace static long vdso_fallback_gtod(struct timeval *tv, struct timezone *tz) in vdso_fallback_gtod() 65 static notrace const struct pvclock_vsyscall_time_info *get_pvti(int cpu) in get_pvti() 79 static notrace cycle_t vread_pvclock(int *mode) in vread_pvclock() 135 notrace static long vdso_fallback_gettime(long clock, struct timespec *ts) in vdso_fallback_gettime() 150 notrace static long vdso_fallback_gtod(struct timeval *tv, struct timezone *tz) in vdso_fallback_gtod() 167 static notrace cycle_t vread_pvclock(int *mode) in vread_pvclock() 176 notrace static cycle_t vread_tsc(void) in vread_tsc() 196 notrace static inline u64 vgetsns(int *mode) in vgetsns() [all …]
|
D | vgetcpu.c | 13 notrace long
|
/linux-4.4.14/arch/arm/vdso/ |
D | vgettimeofday.c | 34 static notrace u32 __vdso_read_begin(const struct vdso_data *vdata) in __vdso_read_begin() 46 static notrace u32 vdso_read_begin(const struct vdso_data *vdata) in vdso_read_begin() 56 static notrace int vdso_read_retry(const struct vdso_data *vdata, u32 start) in vdso_read_retry() 62 static notrace long clock_gettime_fallback(clockid_t _clkid, in clock_gettime_fallback() 79 static notrace int do_realtime_coarse(struct timespec *ts, in do_realtime_coarse() 95 static notrace int do_monotonic_coarse(struct timespec *ts, in do_monotonic_coarse() 120 static notrace u64 get_ns(struct vdso_data *vdata) in get_ns() 136 static notrace int do_realtime(struct timespec *ts, struct vdso_data *vdata) in do_realtime() 158 static notrace int do_monotonic(struct timespec *ts, struct vdso_data *vdata) in do_monotonic() 187 static notrace int do_realtime(struct timespec *ts, struct vdso_data *vdata) in do_realtime() [all …]
|
/linux-4.4.14/include/linux/ |
D | trace_clock.h | 17 extern u64 notrace trace_clock_local(void); 18 extern u64 notrace trace_clock(void); 19 extern u64 notrace trace_clock_jiffies(void); 20 extern u64 notrace trace_clock_global(void); 21 extern u64 notrace trace_clock_counter(void);
|
D | compiler-gcc.h | 73 #define inline inline __attribute__((always_inline)) notrace 74 #define __inline__ __inline__ __attribute__((always_inline)) notrace 75 #define __inline __inline __attribute__((always_inline)) notrace 78 #define inline inline notrace 79 #define __inline__ __inline__ notrace 80 #define __inline __inline notrace 103 #define __naked __attribute__((naked)) noinline __noclone notrace
|
D | uaccess.h | 99 extern long notrace probe_kernel_write(void *dst, const void *src, size_t size); 100 extern long notrace __probe_kernel_write(void *dst, const void *src, size_t size);
|
D | init.h | 42 #define __init __section(.init.text) __cold notrace 92 #define __exit __section(.exit.text) __exitused __cold notrace 95 #define __meminit __section(.meminit.text) __cold notrace 98 #define __memexit __section(.memexit.text) __exitused __cold notrace
|
D | compiler.h | 60 #define notrace __attribute__((hotpatch(0,0))) macro 62 #define notrace __attribute__((no_instrument_function)) macro
|
D | rcupdate.h | 983 static inline notrace void rcu_read_lock_sched_notrace(void) in rcu_read_lock_sched_notrace() 1004 static inline notrace void rcu_read_unlock_sched_notrace(void) in rcu_read_unlock_sched_notrace()
|
D | ftrace.h | 781 #define __notrace_funcgraph notrace
|
D | sched.h | 2265 extern unsigned long long notrace sched_clock(void);
|
/linux-4.4.14/arch/arm/kernel/ |
D | hibernate.c | 35 void notrace save_processor_state(void) in save_processor_state() 41 void notrace restore_processor_state(void) in restore_processor_state() 59 static int notrace arch_save_image(unsigned long unused) in arch_save_image() 72 int notrace swsusp_arch_suspend(void) in swsusp_arch_suspend() 82 static void notrace arch_restore_image(void *unused) in arch_restore_image()
|
D | stacktrace.c | 25 int notrace unwind_frame(struct stackframe *frame) in unwind_frame() 47 void notrace walk_stackframe(struct stackframe *frame, in walk_stackframe()
|
D | setup.c | 453 void notrace cpu_init(void) in cpu_init()
|
/linux-4.4.14/kernel/trace/ |
D | trace_clock.c | 30 u64 notrace trace_clock_local(void) in trace_clock_local() 55 u64 notrace trace_clock(void) in trace_clock() 68 u64 notrace trace_clock_jiffies(void) in trace_clock_jiffies() 92 u64 notrace trace_clock_global(void) in trace_clock_global() 137 u64 notrace trace_clock_counter(void) in trace_clock_counter()
|
D | trace_sched_wakeup.c | 426 static void notrace
|
/linux-4.4.14/arch/mips/lib/ |
D | mips-atomic.c | 38 notrace void arch_local_irq_disable(void) in arch_local_irq_disable() 61 notrace unsigned long arch_local_irq_save(void) in arch_local_irq_save() 88 notrace void arch_local_irq_restore(unsigned long flags) in arch_local_irq_restore() 115 notrace void __arch_local_irq_restore(unsigned long flags) in __arch_local_irq_restore()
|
D | bswapsi.c | 3 unsigned int notrace __bswapsi2(unsigned int u) in __bswapsi2()
|
D | bswapdi.c | 3 unsigned long long notrace __bswapdi2(unsigned long long u) in __bswapdi2()
|
D | cmpdi2.c | 5 word_type notrace __cmpdi2(long long a, long long b) in __cmpdi2()
|
D | ucmpdi2.c | 5 word_type notrace __ucmpdi2(unsigned long long a, unsigned long long b) in __ucmpdi2()
|
D | ashldi3.c | 5 long long notrace __ashldi3(long long u, word_type b) in __ashldi3()
|
D | lshrdi3.c | 5 long long notrace __lshrdi3(long long u, word_type b) in __lshrdi3()
|
D | ashrdi3.c | 5 long long notrace __ashrdi3(long long u, word_type b) in __ashrdi3()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | irqflags.h | 65 static inline notrace unsigned long arch_local_save_flags(void) in arch_local_save_flags() 70 static inline notrace void arch_local_irq_restore(unsigned long flags) in arch_local_irq_restore() 75 static inline notrace void arch_local_irq_disable(void) in arch_local_irq_disable() 80 static inline notrace void arch_local_irq_enable(void) in arch_local_irq_enable() 106 static inline notrace unsigned long arch_local_irq_save(void) in arch_local_irq_save()
|
D | linkage.h | 6 #undef notrace 7 #define notrace __attribute__((no_instrument_function)) macro
|
D | trace_clock.h | 9 extern u64 notrace trace_clock_x86_tsc(void);
|
D | setup.h | 103 static void __section(.discard.text) __used notrace \
|
D | paravirt.h | 805 static inline notrace unsigned long arch_local_save_flags(void) in arch_local_save_flags() 810 static inline notrace void arch_local_irq_restore(unsigned long f) in arch_local_irq_restore() 815 static inline notrace void arch_local_irq_disable(void) in arch_local_irq_disable() 820 static inline notrace void arch_local_irq_enable(void) in arch_local_irq_enable() 825 static inline notrace unsigned long arch_local_irq_save(void) in arch_local_irq_save()
|
D | msr.h | 91 notrace static inline int native_write_msr_safe(unsigned int msr, in native_write_msr_safe()
|
/linux-4.4.14/lib/ |
D | smp_processor_id.c | 10 notrace static unsigned int check_preemption_disabled(const char *what1, in check_preemption_disabled() 54 notrace unsigned int debug_smp_processor_id(void) in debug_smp_processor_id() 60 notrace void __this_cpu_preempt_check(const char *op) in __this_cpu_preempt_check()
|
/linux-4.4.14/arch/sh/kernel/ |
D | irq_32.c | 13 void notrace arch_local_irq_restore(unsigned long flags) in arch_local_irq_restore() 43 unsigned long notrace arch_local_save_flags(void) in arch_local_save_flags()
|
D | irq_64.c | 14 void notrace arch_local_irq_restore(unsigned long flags) in arch_local_irq_restore() 38 unsigned long notrace arch_local_save_flags(void) in arch_local_save_flags()
|
/linux-4.4.14/kernel/time/ |
D | sched_clock.c | 76 static u64 notrace jiffy_sched_clock_read(void) in jiffy_sched_clock_read() 91 static inline u64 notrace cyc_to_ns(u64 cyc, u32 mult, u32 shift) in cyc_to_ns() 96 unsigned long long notrace sched_clock(void) in sched_clock() 265 static u64 notrace suspended_sched_clock_read(void) in suspended_sched_clock_read()
|
/linux-4.4.14/arch/sparc/prom/ |
D | printf.c | 29 void notrace prom_write(const char *buf, unsigned int n) in prom_write() 59 void notrace prom_printf(const char *fmt, ...) in prom_printf()
|
D | misc_64.c | 114 void notrace prom_halt(void) in prom_halt()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | irq.c | 97 static inline notrace unsigned long get_irq_happened(void) in get_irq_happened() 107 static inline notrace void set_soft_enabled(unsigned long enable) in set_soft_enabled() 113 static inline notrace int decrementer_check_overflow(void) in decrementer_check_overflow() 135 notrace unsigned int __check_irq_replay(void) in __check_irq_replay() 202 notrace void arch_local_irq_restore(unsigned long en) in arch_local_irq_restore() 289 void notrace restore_interrupts(void) in restore_interrupts()
|
D | trace_clock.c | 12 u64 notrace trace_clock_ppc_tb(void) in trace_clock_ppc_tb()
|
D | setup_32.c | 73 notrace unsigned long __init early_init(unsigned long dt_ptr) in early_init() 115 notrace void __init machine_init(u64 dt_ptr) in machine_init()
|
D | io.c | 126 notrace void
|
D | process.c | 1605 void notrace __ppc64_runlatch_on(void) in __ppc64_runlatch_on() 1618 void notrace __ppc64_runlatch_off(void) in __ppc64_runlatch_off()
|
/linux-4.4.14/drivers/clocksource/ |
D | clksrc-dbx500-prcmu.c | 32 static cycle_t notrace clksrc_dbx500_prcmu_read(struct clocksource *cs) in clksrc_dbx500_prcmu_read() 56 static u64 notrace dbx500_prcmu_sched_clock_read(void) in dbx500_prcmu_sched_clock_read()
|
D | tango_xtal.c | 12 static unsigned long notrace read_xtal_counter(void) in read_xtal_counter() 17 static u64 notrace read_sched_clock(void) in read_sched_clock()
|
D | versatile.c | 23 static u64 notrace versatile_sys_24mhz_read(void) in versatile_sys_24mhz_read()
|
D | time-pistachio.c | 70 static cycle_t notrace 90 static u64 notrace pistachio_read_sched_clock(void) in pistachio_read_sched_clock()
|
D | timer-prima2.c | 76 static cycle_t notrace sirfsoc_timer_read(struct clocksource *cs) in sirfsoc_timer_read() 179 static u64 notrace sirfsoc_read_sched_clock(void) in sirfsoc_read_sched_clock()
|
D | qcom-timer.c | 92 static notrace cycle_t msm_read_timer_count(struct clocksource *cs) in msm_read_timer_count() 167 static u64 notrace msm_sched_clock_read(void) in msm_sched_clock_read()
|
D | arm_global_timer.c | 63 static u64 notrace _gt_counter_read(void) in _gt_counter_read() 207 static u64 notrace gt_sched_clock_read(void) in gt_sched_clock_read()
|
D | timer-ti-32k.c | 86 static u64 notrace omap_32k_read_sched_clock(void) in omap_32k_read_sched_clock()
|
D | clksrc_st_lpc.c | 42 static u64 notrace st_clksrc_sched_clock_read(void) in st_clksrc_sched_clock_read()
|
D | clps711x-timer.c | 29 static u64 notrace clps711x_sched_clock_read(void) in clps711x_sched_clock_read()
|
D | bcm2835_timer.c | 52 static u64 notrace bcm2835_sched_read(void) in bcm2835_sched_read()
|
D | dw_apb_timer_of.c | 109 static u64 notrace read_sched_clock(void) in read_sched_clock()
|
D | time-orion.c | 42 static u64 notrace orion_read_sched_clock(void) in orion_read_sched_clock()
|
D | vf_pit_timer.c | 55 static u64 notrace pit_read_sched_clock(void) in pit_read_sched_clock()
|
D | meson6_timer.c | 41 static u64 notrace meson6_timer_sched_read(void) in meson6_timer_sched_read()
|
D | sun4i_timer.c | 144 static u64 notrace sun4i_timer_sched_read(void) in sun4i_timer_sched_read()
|
D | mxs_timer.c | 209 static u64 notrace mxs_read_sched_clock_v2(void) in mxs_read_sched_clock_v2()
|
D | pxa_timer.c | 57 static u64 notrace pxa_read_sched_clock(void) in pxa_read_sched_clock()
|
D | timer-integrator-ap.c | 34 static u64 notrace integrator_read_sched_clock(void) in integrator_read_sched_clock()
|
D | timer-digicolor.c | 146 static u64 notrace digicolor_timer_sched_read(void) in digicolor_timer_sched_read()
|
D | tegra20_timer.c | 107 static u64 notrace tegra_read_sched_clock(void) in tegra_read_sched_clock()
|
D | samsung_pwm_timer.c | 310 static cycle_t notrace samsung_clocksource_read(struct clocksource *c) in samsung_clocksource_read() 331 static u64 notrace samsung_read_sched_clock(void) in samsung_read_sched_clock()
|
D | exynos_mct.c | 197 static u32 notrace exynos4_read_count_32(void) in exynos4_read_count_32() 221 static u64 notrace exynos4_read_sched_clock(void) in exynos4_read_sched_clock()
|
D | nomadik-mtu.c | 78 static u64 notrace nomadik_read_sched_clock(void) in nomadik_read_sched_clock()
|
D | time-lpc32xx.c | 51 static u64 notrace lpc32xx_read_sched_clock(void) in lpc32xx_read_sched_clock()
|
D | timer-u300.c | 347 static u64 notrace u300_read_sched_clock(void) in u300_read_sched_clock()
|
D | timer-sp804.c | 70 static u64 notrace sp804_read(void) in sp804_read()
|
D | time-armada-370-xp.c | 97 static u64 notrace armada_370_xp_read_sched_clock(void) in armada_370_xp_read_sched_clock()
|
D | mtk_timer.c | 65 static u64 notrace mtk_read_sched_clock(void) in mtk_read_sched_clock()
|
D | fsl_ftm_timer.c | 121 static u64 notrace ftm_read_sched_clock(void) in ftm_read_sched_clock()
|
D | cadence_ttc_timer.c | 169 static u64 notrace ttc_sched_clock_read(void) in ttc_sched_clock_read()
|
D | timer-imx-gpt.c | 155 static u64 notrace mxc_read_sched_clock(void) in mxc_read_sched_clock()
|
/linux-4.4.14/arch/metag/kernel/ |
D | stacktrace.c | 39 int notrace unwind_frame(struct stackframe *frame) in unwind_frame() 81 int notrace unwind_frame(struct stackframe *frame) in unwind_frame() 102 void notrace walk_stackframe(struct stackframe *frame, in walk_stackframe()
|
/linux-4.4.14/arch/arm64/kernel/ |
D | stacktrace.c | 38 int notrace unwind_frame(struct stackframe *frame) in unwind_frame() 56 void notrace walk_stackframe(struct stackframe *frame, in walk_stackframe()
|
D | suspend.c | 23 void notrace __cpu_suspend_save(struct cpu_suspend_ctx *ptr, in __cpu_suspend_save()
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | stacktrace.c | 35 int notrace unwind_frame(struct stackframe *frame) in unwind_frame() 57 void notrace walk_stackframe(struct stackframe *frame, in walk_stackframe()
|
/linux-4.4.14/arch/arm/plat-iop/ |
D | time.c | 41 static cycle_t notrace iop_clocksource_read(struct clocksource *unused) in iop_clocksource_read() 57 static u64 notrace iop_read_sched_clock(void) in iop_read_sched_clock()
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | time.c | 72 static inline unsigned long notrace omap_mpu_timer_read(int nr) in omap_mpu_timer_read() 181 static u64 notrace omap_mpu_read_sched_clock(void) in omap_mpu_read_sched_clock()
|
/linux-4.4.14/arch/x86/kernel/ |
D | trace_clock.c | 13 u64 notrace trace_clock_x86_tsc(void) in trace_clock_x86_tsc()
|
D | traps.c | 484 dotraplinkage void notrace do_int3(struct pt_regs *regs, long error_code) in do_int3() 535 asmlinkage __visible notrace struct pt_regs *sync_regs(struct pt_regs *eregs) in sync_regs() 548 asmlinkage __visible notrace
|
D | nmi.c | 481 dotraplinkage notrace void
|
D | smpboot.c | 202 static void notrace start_secondary(void *unused) in start_secondary()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | trace_clock.h | 15 extern u64 notrace trace_clock_ppc_tb(void);
|
/linux-4.4.14/arch/s390/mm/ |
D | maccess.c | 19 static notrace long s390_kernel_write_odd(void *dst, const void *src, size_t size) in s390_kernel_write_odd() 58 void notrace s390_kernel_write(void *dst, const void *src, size_t size) in s390_kernel_write()
|
/linux-4.4.14/arch/arm/include/asm/ |
D | idmap.h | 8 #define __idmap __section(.idmap.text) noinline notrace
|
/linux-4.4.14/arch/arc/include/asm/ |
D | stacktrace.h | 32 notrace noinline unsigned int arc_unwind_core(
|
/linux-4.4.14/arch/arm/plat-versatile/ |
D | sched-clock.c | 29 static u64 notrace versatile_read_sched_clock(void) in versatile_read_sched_clock()
|
/linux-4.4.14/include/trace/ |
D | trace_events.h | 306 static notrace enum print_line_t \ 331 static notrace enum print_line_t \ 409 static int notrace __init \ 488 static inline notrace int trace_event_get_offsets_##call( \ 602 static notrace void \ 661 static notrace void \
|
D | perf.h | 34 static notrace void \
|
/linux-4.4.14/arch/x86/power/ |
D | cpu.c | 167 static void notrace __restore_processor_state(struct saved_context *ctxt) in __restore_processor_state() 235 void notrace restore_processor_state(void) in restore_processor_state()
|
/linux-4.4.14/arch/s390/kernel/ |
D | nmi.c | 104 static int notrace s390_validate_registers(union mci mci) in s390_validate_registers() 250 void notrace s390_do_machine_check(struct pt_regs *regs) in s390_do_machine_check()
|
D | processor.c | 22 void notrace cpu_relax(void) in cpu_relax()
|
D | compat_wrapper.c | 56 asmlinkage long notrace compat_sys##name(__MAP(x,__SC_COMPAT_TYPE,__VA_ARGS__));\ 57 asmlinkage long notrace compat_sys##name(__MAP(x,__SC_COMPAT_TYPE,__VA_ARGS__)) \
|
D | time.c | 67 unsigned long long notrace sched_clock(void) in sched_clock()
|
/linux-4.4.14/arch/mips/kernel/ |
D | csrc-bcm1480.c | 41 static u64 notrace sb1480_read_sched_clock(void) in sb1480_read_sched_clock()
|
D | csrc-ioasic.c | 37 static u64 notrace dec_ioasic_read_sched_clock(void) in dec_ioasic_read_sched_clock()
|
D | csrc-r4k.c | 26 static u64 notrace r4k_read_sched_clock(void) in r4k_read_sched_clock()
|
D | csrc-sb1250.c | 57 static u64 notrace sb1250_read_sched_clock(void) in sb1250_read_sched_clock()
|
D | cevt-txx9.c | 50 static u64 notrace txx9_read_sched_clock(void) in txx9_read_sched_clock()
|
D | process.c | 435 unsigned long notrace unwind_stack_by_address(unsigned long stack_page, in unwind_stack_by_address()
|
/linux-4.4.14/arch/arm/plat-omap/ |
D | counter_32k.c | 41 static u64 notrace omap_32k_read_sched_clock(void) in omap_32k_read_sched_clock()
|
/linux-4.4.14/fs/pstore/ |
D | ram_core.c | 130 static void notrace persistent_ram_encode_rs8(struct persistent_ram_zone *prz, in persistent_ram_encode_rs8() 155 static void notrace persistent_ram_update_ecc(struct persistent_ram_zone *prz, in persistent_ram_update_ecc() 298 static void notrace persistent_ram_update(struct persistent_ram_zone *prz, in persistent_ram_update() 329 int notrace persistent_ram_write(struct persistent_ram_zone *prz, in persistent_ram_write()
|
D | ftrace.c | 30 static void notrace pstore_ftrace_call(unsigned long ip, in pstore_ftrace_call()
|
D | ram.c | 267 static int notrace ramoops_pstore_write_buf(enum pstore_type_id type, in ramoops_pstore_write_buf()
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | time-ts.c | 29 static notrace cycle_t bfin_read_cycles(struct clocksource *cs) in bfin_read_cycles() 117 notrace unsigned long long sched_clock(void) in sched_clock()
|
D | nmi.c | 228 asmlinkage notrace void do_nmi(struct pt_regs *fp) in do_nmi()
|
D | traps.c | 69 asmlinkage notrace void trap_c(struct pt_regs *fp) in trap_c()
|
/linux-4.4.14/arch/arm/mach-footbridge/ |
D | dc21285-timer.c | 126 static u64 notrace footbridge_read_sched_clock(void) in footbridge_read_sched_clock()
|
/linux-4.4.14/arch/arm/mach-ep93xx/ |
D | timer-ep93xx.c | 53 static u64 notrace ep93xx_read_sched_clock(void) in ep93xx_read_sched_clock()
|
/linux-4.4.14/drivers/cpuidle/ |
D | cpuidle-big_little.c | 103 static int notrace bl_powerdown_finisher(unsigned long arg) in bl_powerdown_finisher()
|
/linux-4.4.14/arch/mips/jz4740/ |
D | time.c | 50 static u64 notrace jz4740_read_sched_clock(void) in jz4740_read_sched_clock()
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | time.c | 40 static u64 notrace ccount_sched_clock_read(void) in ccount_sched_clock_read()
|
/linux-4.4.14/arch/arm/mach-mmp/ |
D | time.c | 70 static u64 notrace mmp_read_sched_clock(void) in mmp_read_sched_clock()
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
D | csrc-octeon.c | 108 unsigned long long notrace sched_clock(void) in sched_clock()
|
/linux-4.4.14/arch/arc/kernel/ |
D | stacktrace.c | 111 notrace noinline unsigned int
|
/linux-4.4.14/arch/mips/oprofile/ |
D | backtrace.c | 164 void notrace op_mips_backtrace(struct pt_regs *const regs, unsigned int depth) in op_mips_backtrace()
|
/linux-4.4.14/kernel/rcu/ |
D | tiny.c | 57 bool notrace __rcu_is_watching(void) in __rcu_is_watching()
|
D | update.c | 240 int notrace debug_lockdep_rcu_enabled(void) in debug_lockdep_rcu_enabled()
|
D | rcutorture.c | 182 static u64 notrace rcu_trace_clock_local(void) in rcu_trace_clock_local() 189 static u64 notrace rcu_trace_clock_local(void) in rcu_trace_clock_local()
|
D | tree.c | 985 bool notrace __rcu_is_watching(void) in __rcu_is_watching() 996 bool notrace rcu_is_watching(void) in rcu_is_watching()
|
/linux-4.4.14/arch/arm/plat-orion/ |
D | time.c | 64 static u64 notrace orion_read_sched_clock(void) in orion_read_sched_clock()
|
/linux-4.4.14/arch/mips/sgi-ip27/ |
D | ip27-timer.c | 156 static u64 notrace hub_rt_read_sched_clock(void) in hub_rt_read_sched_clock()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | nmi.c | 83 notrace __kprobes void perfctr_irq(int irq, struct pt_regs *regs) in perfctr_irq()
|
D | irq_64.c | 968 void notrace init_irqwork_curcpu(void) in init_irqwork_curcpu() 986 static void notrace register_one_mondo(unsigned long paddr, unsigned long type, in register_one_mondo() 1000 void notrace sun4v_register_mondo_queues(int this_cpu) in sun4v_register_mondo_queues()
|
D | time_32.c | 87 irqreturn_t notrace timer_interrupt(int dummy, void *dev_id) in timer_interrupt()
|
D | traps_64.c | 2668 void notrace init_cur_cpu_trap(struct thread_info *t) in init_cur_cpu_trap()
|
/linux-4.4.14/arch/arm/mach-gemini/ |
D | time.c | 66 static u64 notrace gemini_read_sched_clock(void) in gemini_read_sched_clock()
|
/linux-4.4.14/arch/arm/mach-integrator/ |
D | integrator_cp.c | 226 static u64 notrace intcp_read_sched_clock(void) in intcp_read_sched_clock()
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | time.c | 248 static u64 notrace crisv32_timer_sched_clock(void) in crisv32_timer_sched_clock()
|
/linux-4.4.14/arch/powerpc/mm/ |
D | fsl_booke_mmu.c | 267 notrace void __init relocate_init(u64 dt_ptr, phys_addr_t start) in relocate_init()
|
/linux-4.4.14/kernel/locking/ |
D | spinlock.c | 399 notrace int in_lock_functions(unsigned long addr) in in_lock_functions()
|
/linux-4.4.14/drivers/bus/ |
D | arm-cci.c | 1753 static void notrace cci_port_control(unsigned int port, bool enable) in cci_port_control() 1785 int notrace cci_disable_port_by_cpu(u64 mpidr) in cci_disable_port_by_cpu() 1910 int notrace __cci_control_port_by_device(struct device_node *dn, bool enable) in __cci_control_port_by_device() 1937 int notrace __cci_control_port_by_index(u32 port, bool enable) in __cci_control_port_by_index()
|
/linux-4.4.14/kernel/ |
D | notifier.c | 536 int notrace notify_die(enum die_val val, const char *str, in notify_die()
|
/linux-4.4.14/arch/c6x/kernel/ |
D | setup.c | 270 notrace void __init machine_init(unsigned long dt_ptr) in machine_init()
|
/linux-4.4.14/arch/arm/mach-ixp4xx/ |
D | common.c | 487 static u64 notrace ixp4xx_read_sched_clock(void) in ixp4xx_read_sched_clock()
|
/linux-4.4.14/arch/arm/mach-davinci/ |
D | time.c | 288 static u64 notrace davinci_read_sched_clock(void) in davinci_read_sched_clock()
|
/linux-4.4.14/arch/x86/mm/ |
D | fault.c | 1293 dotraplinkage void notrace 1324 dotraplinkage void notrace
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | timer.c | 384 static u64 notrace dmtimer_read_sched_clock(void) in dmtimer_read_sched_clock()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | traps.c | 487 void notrace handle_interruption(int code, struct pt_regs *regs) in handle_interruption()
|
/linux-4.4.14/kernel/livepatch/ |
D | core.c | 332 static void notrace klp_ftrace_handler(unsigned long ip, in klp_ftrace_handler()
|
/linux-4.4.14/kernel/sched/ |
D | core.c | 2913 notrace unsigned long get_parent_ip(unsigned long addr) in get_parent_ip() 3104 static void __sched notrace __schedule(bool preempt) in __schedule() 3247 static void __sched notrace preempt_schedule_common(void) in preempt_schedule_common() 3267 asmlinkage __visible void __sched notrace preempt_schedule(void) in preempt_schedule() 3295 asmlinkage __visible void __sched notrace preempt_schedule_notrace(void) in preempt_schedule_notrace()
|
/linux-4.4.14/Documentation/DocBook/ |
D | device-drivers.xml.db | 27 API-preempt-schedule-notrace
|