From 24f02449ff8a681108a11f7995871d52aa790dff Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Thu, 29 Jan 2009 23:52:35 +0000 Subject: Add menuconfig option for enabling profiling in the kernel. SVN-Revision: 14272 --- Config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 0f131f0623..7c98044530 100644 --- a/Config.in +++ b/Config.in @@ -124,6 +124,12 @@ config KERNEL_KALLSYMS default n help This will give you more information in stack traces from kernel oopses +config KERNEL_PROFILING + bool "Compile the kernel with profiling enabled" + default n + help + Enable the extended profiling support mechanisms used by profilers such + as OProfile. endmenu -- cgit v1.2.3