diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index c11da38837e5..70082678a914 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -771,6 +771,13 @@ config PROFILING | |||
771 | Say Y here to enable the extended profiling support mechanisms used | 771 | Say Y here to enable the extended profiling support mechanisms used |
772 | by profilers such as OProfile. | 772 | by profilers such as OProfile. |
773 | 773 | ||
774 | config TRACEPOINTS | ||
775 | bool "Activate tracepoints" | ||
776 | default y | ||
777 | help | ||
778 | Place an empty function call at each tracepoint site. Can be | ||
779 | dynamically changed for a probe function. | ||
780 | |||
774 | config MARKERS | 781 | config MARKERS |
775 | bool "Activate markers" | 782 | bool "Activate markers" |
776 | help | 783 | help |