diff options
Diffstat (limited to 'arch/um/Kconfig.debug')
-rw-r--r-- | arch/um/Kconfig.debug | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/arch/um/Kconfig.debug b/arch/um/Kconfig.debug index 1eace4bd661..1f6462ffd3e 100644 --- a/arch/um/Kconfig.debug +++ b/arch/um/Kconfig.debug | |||
@@ -6,27 +6,27 @@ config GPROF | |||
6 | bool "Enable gprof support" | 6 | bool "Enable gprof support" |
7 | depends on DEBUG_INFO | 7 | depends on DEBUG_INFO |
8 | help | 8 | help |
9 | This allows profiling of a User-Mode Linux kernel with the gprof | 9 | This allows profiling of a User-Mode Linux kernel with the gprof |
10 | utility. | 10 | utility. |
11 | 11 | ||
12 | See <http://user-mode-linux.sourceforge.net/gprof.html> for more | 12 | See <http://user-mode-linux.sourceforge.net/gprof.html> for more |
13 | details. | 13 | details. |
14 | 14 | ||
15 | If you're involved in UML kernel development and want to use gprof, | 15 | If you're involved in UML kernel development and want to use gprof, |
16 | say Y. If you're unsure, say N. | 16 | say Y. If you're unsure, say N. |
17 | 17 | ||
18 | config GCOV | 18 | config GCOV |
19 | bool "Enable gcov support" | 19 | bool "Enable gcov support" |
20 | depends on DEBUG_INFO | 20 | depends on DEBUG_INFO |
21 | help | 21 | help |
22 | This option allows developers to retrieve coverage data from a UML | 22 | This option allows developers to retrieve coverage data from a UML |
23 | session. | 23 | session. |
24 | 24 | ||
25 | See <http://user-mode-linux.sourceforge.net/gprof.html> for more | 25 | See <http://user-mode-linux.sourceforge.net/gprof.html> for more |
26 | details. | 26 | details. |
27 | 27 | ||
28 | If you're involved in UML kernel development and want to use gcov, | 28 | If you're involved in UML kernel development and want to use gcov, |
29 | say Y. If you're unsure, say N. | 29 | say Y. If you're unsure, say N. |
30 | 30 | ||
31 | config DEBUG_STACK_USAGE | 31 | config DEBUG_STACK_USAGE |
32 | bool "Stack utilization instrumentation" | 32 | bool "Stack utilization instrumentation" |