Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dcompiler_types.h193 #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
/linux-6.6.21/arch/x86/include/asm/
Dlinkage.h9 #define notrace __attribute__((no_instrument_function)) macro
/linux-6.6.21/tools/perf/util/
Dftrace.h15 struct list_head notrace; member