diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2009-01-29 23:52:35 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2009-01-29 23:52:35 +0000 |
commit | 24f02449ff8a681108a11f7995871d52aa790dff (patch) | |
tree | 6614ad57a707b85c34fe370f2adc4dc4e3f3796a /Config.in | |
parent | db059cc0ff8aaece3baef42325d8701376447da6 (diff) | |
download | mtk-20170518-24f02449ff8a681108a11f7995871d52aa790dff.zip mtk-20170518-24f02449ff8a681108a11f7995871d52aa790dff.tar.gz mtk-20170518-24f02449ff8a681108a11f7995871d52aa790dff.tar.bz2 |
Add menuconfig option for enabling profiling in the kernel.
SVN-Revision: 14272
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |