Home
last modified time | relevance | path

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

/include/linux/
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);
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);
Dcompiler_types.h132 # define __preserve_most notrace __attribute__((__preserve_most__))
193 #define notrace __attribute__((hotpatch(0, 0))) macro
195 #define notrace __attribute__((patchable_function_entry(0, 0))) macro
197 #define notrace __attribute__((__no_instrument_function__)) macro
206 #define __naked __attribute__((__naked__)) notrace
215 #define inline inline __gnu_inline __inline_maybe_unused notrace
261 # define __no_kasan_or_inline __no_sanitize_address notrace __maybe_unused
278 # define __no_sanitize_or_inline __no_kcsan notrace __maybe_unused
291 # define __no_sanitize_or_inline __no_kmsan_checks notrace __maybe_unused
300 noinline notrace __attribute((__section__(section))) \
Darm_sdei.h80 int notrace sdei_event_handler(struct pt_regs *regs,
Dstm.h128 int notrace stm_source_write(struct stm_source_data *data, unsigned int chan,
Dsrcu.h237 static inline notrace int
308 static inline notrace void
Dinit.h85 #define __exit __section(".exit.text") __exitused __cold notrace
88 #define __meminit __section(".meminit.text") __cold notrace \
Duaccess.h375 long notrace copy_to_kernel_nofault(void *dst, const void *src, size_t size);
378 long notrace copy_to_user_nofault(void __user *dst, const void *src,
Drcupdate.h884 static inline notrace void rcu_read_lock_sched_notrace(void) in rcu_read_lock_sched_notrace()
905 static inline notrace void rcu_read_unlock_sched_notrace(void) in rcu_read_unlock_sched_notrace()
Dbpf.h1102 u64 notrace __bpf_prog_enter_sleepable_recur(struct bpf_prog *prog,
1104 void notrace __bpf_prog_exit_sleepable_recur(struct bpf_prog *prog, u64 start,
1106 void notrace __bpf_tramp_enter(struct bpf_tramp_image *tr);
1107 void notrace __bpf_tramp_exit(struct bpf_tramp_image *tr);
2505 void notrace bpf_prog_inc_misses_counter(struct bpf_prog *prog);
Dftrace.h1087 #define __notrace_funcgraph notrace
Dfilter.h528 #define NOTRACE_BPF_CALL_1(name, ...) BPF_CALL_x(1, notrace, name, __VA_ARGS__)
/include/trace/
Dtrace_events.h188 static notrace enum print_line_t \
213 static notrace enum print_line_t \
256 static inline notrace int trace_event_get_offsets_##call( \
364 static notrace void \
380 static notrace void \
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 \
Dperf.h17 static notrace void \
Dbpf_probe.h46 static notrace void \