Home
last modified time | relevance | path

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

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