From 521ed1454e384995c594b82d9f6c366ec93cefcd 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14272 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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