Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dlinkage.h9 #define notrace __attribute__((no_instrument_function)) macro
/openbmc/linux/include/linux/
H A 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
/openbmc/linux/tools/perf/util/
H A Dftrace.h15 struct list_head notrace; member
/openbmc/u-boot/include/linux/
H A Dcompiler.h60 #define notrace __attribute__((hotpatch(0,0))) macro
62 #define notrace __attribute__((no_instrument_function)) macro