Home
last modified time | relevance | path

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

/include/linux/
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);
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);
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))) \
A Darm_sdei.h80 int notrace sdei_event_handler(struct pt_regs *regs,
A Dstm.h140 int notrace stm_source_write(struct stm_source_data *data, unsigned int chan,
A Dsrcu.h324 static inline notrace int
427 static inline notrace void
A Duaccess.h508 long notrace copy_to_kernel_nofault(void *dst, const void *src, size_t size);
511 long notrace copy_to_user_nofault(void __user *dst, const void *src,
A Drcupdate.h938 static inline notrace void rcu_read_lock_sched_notrace(void) in rcu_read_lock_sched_notrace()
959 static inline notrace void rcu_read_unlock_sched_notrace(void) in rcu_read_unlock_sched_notrace()
A Dinit.h87 #define __exit __section(".exit.text") __exitused __cold notrace
A Dtracepoint.h219 notrace void rust_do_trace_##name(proto) \
A Dbpf.h1222 u64 notrace __bpf_prog_enter_sleepable_recur(struct bpf_prog *prog,
1224 void notrace __bpf_prog_exit_sleepable_recur(struct bpf_prog *prog, u64 start,
1226 void notrace __bpf_tramp_enter(struct bpf_tramp_image *tr);
1227 void notrace __bpf_tramp_exit(struct bpf_tramp_image *tr);
2871 void notrace bpf_prog_inc_misses_counter(struct bpf_prog *prog);
A Dftrace.h1233 #define __notrace_funcgraph notrace
A Dfilter.h627 #define NOTRACE_BPF_CALL_1(name, ...) BPF_CALL_x(1, notrace, name, __VA_ARGS__)
/include/trace/
A Dperf.h17 static notrace void \
68 static notrace void \
81 static notrace void \
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 \
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 \
A Dbpf_probe.h46 static notrace void \
57 static notrace void \

Completed in 52 milliseconds