aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig9
1 files changed, 5 insertions, 4 deletions
diff --git a/init/Kconfig b/init/Kconfig
index d5994490b0b..031344f954f 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -771,11 +771,12 @@ 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#
775# Place an empty function call at each tracepoint site. Can be
776# dynamically changed for a probe function.
777#
774config TRACEPOINTS 778config TRACEPOINTS
775 bool "Activate tracepoints" 779 bool
776 help
777 Place an empty function call at each tracepoint site. Can be
778 dynamically changed for a probe function.
779 780
780config MARKERS 781config MARKERS
781 bool "Activate markers" 782 bool "Activate markers"