diff options
Diffstat (limited to 'include/linux/compiler.h')
-rw-r--r-- | include/linux/compiler.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/linux/compiler.h b/include/linux/compiler.h index 935e30cfaf3c..63b7d9089d6e 100644 --- a/include/linux/compiler.h +++ b/include/linux/compiler.h | |||
@@ -59,7 +59,11 @@ extern void __chk_io_ptr(const volatile void __iomem *); | |||
59 | * specific implementations come from the above header files | 59 | * specific implementations come from the above header files |
60 | */ | 60 | */ |
61 | 61 | ||
62 | #ifdef CONFIG_TRACE_UNLIKELY_PROFILE | 62 | /* |
63 | * Note: DISABLE_UNLIKELY_PROFILE can be used by special lowlevel code | ||
64 | * to disable branch tracing on a per file basis. | ||
65 | */ | ||
66 | #if defined(CONFIG_TRACE_UNLIKELY_PROFILE) && !defined(DISABLE_UNLIKELY_PROFILE) | ||
63 | struct ftrace_likely_data { | 67 | struct ftrace_likely_data { |
64 | const char *func; | 68 | const char *func; |
65 | const char *file; | 69 | const char *file; |