Searched refs:notrace (Results 1 - 25 of 92) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dtrace_clock.h15 extern u64 notrace trace_clock_local(void);
16 extern u64 notrace trace_clock(void);
17 extern u64 notrace trace_clock_global(void);
H A Duaccess.h108 extern long notrace probe_kernel_write(void *dst, void *src, size_t size);
109 extern long notrace __probe_kernel_write(void *dst, void *src, size_t size);
H A Dcompiler-gcc.h40 #define __naked __attribute__((naked)) noinline __noclone notrace
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dtrace_clock.h15 extern u64 notrace trace_clock_local(void);
16 extern u64 notrace trace_clock(void);
17 extern u64 notrace trace_clock_global(void);
H A Duaccess.h108 extern long notrace probe_kernel_write(void *dst, void *src, size_t size);
109 extern long notrace __probe_kernel_write(void *dst, void *src, size_t size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/kernel/
H A Dirq_32.c13 void notrace raw_local_irq_restore(unsigned long flags)
43 unsigned long notrace __raw_local_save_flags(void)
H A Dirq_64.c14 void notrace raw_local_irq_restore(unsigned long flags)
38 unsigned long notrace __raw_local_save_flags(void)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/kernel/
H A Dirq_32.c13 void notrace raw_local_irq_restore(unsigned long flags)
43 unsigned long notrace __raw_local_save_flags(void)
H A Dirq_64.c14 void notrace raw_local_irq_restore(unsigned long flags)
38 unsigned long notrace __raw_local_save_flags(void)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/vdso/
H A Dvclock_gettime.c29 notrace static long vdso_fallback_gettime(long clock, struct timespec *ts)
37 notrace static inline long vgetns(void)
46 notrace static noinline int do_realtime(struct timespec *ts)
60 notrace static void
75 notrace static noinline int do_monotonic(struct timespec *ts)
89 notrace static noinline int do_realtime_coarse(struct timespec *ts)
100 notrace static noinline int do_monotonic_coarse(struct timespec *ts)
114 notrace int __vdso_clock_gettime(clockid_t clock, struct timespec *ts)
136 notrace int __vdso_gettimeofday(struct timeval *tv, struct timezone *tz)
H A Dvgetcpu.c16 notrace long
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/vdso/
H A Dvclock_gettime.c29 notrace static long vdso_fallback_gettime(long clock, struct timespec *ts)
37 notrace static inline long vgetns(void)
46 notrace static noinline int do_realtime(struct timespec *ts)
60 notrace static void
75 notrace static noinline int do_monotonic(struct timespec *ts)
89 notrace static noinline int do_realtime_coarse(struct timespec *ts)
100 notrace static noinline int do_monotonic_coarse(struct timespec *ts)
114 notrace int __vdso_clock_gettime(clockid_t clock, struct timespec *ts)
136 notrace int __vdso_gettimeofday(struct timeval *tv, struct timezone *tz)
H A Dvgetcpu.c16 notrace long
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/prom/
H A Dprintf.c29 void notrace prom_write(const char *buf, unsigned int n)
59 void notrace prom_printf(const char *fmt, ...)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/prom/
H A Dprintf.c29 void notrace prom_write(const char *buf, unsigned int n)
59 void notrace prom_printf(const char *fmt, ...)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/trace/
H A Dtrace_clock.c32 u64 notrace trace_clock_local(void)
56 u64 notrace trace_clock(void)
80 u64 notrace trace_clock_global(void)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/trace/
H A Dtrace_clock.c32 u64 notrace trace_clock_local(void)
56 u64 notrace trace_clock(void)
80 u64 notrace trace_clock_global(void)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/lib/
H A Dsmp_processor_id.c10 notrace unsigned int debug_smp_processor_id(void)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
H A Dvsyscall.h28 __attribute__ ((unused, __section__(".vsyscall_fn"))) notrace
H A Dlinkage.h6 #undef notrace macro
7 #define notrace __attribute__((no_instrument_function)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/include/asm/
H A Dvsyscall.h28 __attribute__ ((unused, __section__(".vsyscall_fn"))) notrace
H A Dlinkage.h6 #undef notrace macro
7 #define notrace __attribute__((no_instrument_function)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/lib/
H A Dsmp_processor_id.c10 notrace unsigned int debug_smp_processor_id(void)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/kernel/
H A Dstacktrace.c24 int notrace unwind_frame(struct stackframe *frame)
46 void notrace walk_stackframe(struct stackframe *frame,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/kernel/
H A Dstacktrace.c24 int notrace unwind_frame(struct stackframe *frame)
46 void notrace walk_stackframe(struct stackframe *frame,

Completed in 128 milliseconds

1234