Эх сурвалжийг харах

tracing: add notrace to linkage.h

notrace signals that a function should not be traced. Most of the
time this is used by tracers to annotate code that cannot be
traced - it's in a volatile state (such as in user vdso context
or NMI context) or it's in the tracer internals.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Ingo Molnar 17 жил өмнө
parent
commit
ffdc1a09ae

+ 2 - 0
include/linux/linkage.h

@@ -3,6 +3,8 @@
 
 
 #include <asm/linkage.h>
 #include <asm/linkage.h>
 
 
+#define notrace __attribute__((no_instrument_function))
+
 #ifdef __cplusplus
 #ifdef __cplusplus
 #define CPP_ASMLINKAGE extern "C"
 #define CPP_ASMLINKAGE extern "C"
 #else
 #else