Home
last modified time | relevance | path

Searched defs:notrace (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/arch/x86/include/asm/
Dlinkage.h9 #define notrace __attribute__((no_instrument_function)) macro
/linux-6.1.9/include/linux/
Dcompiler_types.h139 #define notrace __attribute__((hotpatch(0, 0))) macro
141 #define notrace __attribute__((patchable_function_entry(0, 0))) macro
143 #define notrace __attribute__((__no_instrument_function__)) macro
/linux-6.1.9/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dmisc.h36 #define notrace macro
/linux-6.1.9/tools/perf/util/
Dftrace.h15 struct list_head notrace; member