diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index 8828ed0b2051..c6b70313bf0b 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -786,6 +786,13 @@ config PROFILING | |||
786 | Say Y here to enable the extended profiling support mechanisms used | 786 | Say Y here to enable the extended profiling support mechanisms used |
787 | by profilers such as OProfile. | 787 | by profilers such as OProfile. |
788 | 788 | ||
789 | # | ||
790 | # Place an empty function call at each tracepoint site. Can be | ||
791 | # dynamically changed for a probe function. | ||
792 | # | ||
793 | config TRACEPOINTS | ||
794 | bool | ||
795 | |||
789 | config MARKERS | 796 | config MARKERS |
790 | bool "Activate markers" | 797 | bool "Activate markers" |
791 | help | 798 | help |