Blame view

arch/um/Kconfig.debug 985 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  # SPDX-License-Identifier: GPL-2.0
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
2

1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
3
4
  config GPROF
  	bool "Enable gprof support"
054211aca   Karol Swietlicki   uml: GPROF needs ...
5
  	depends on DEBUG_INFO && FRAME_POINTER
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
6
  	help
4c9e13851   Jeff Dike   uml: style fixes ...
7
8
  	  This allows profiling of a User-Mode Linux kernel with the gprof
  	  utility.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
9

0ba9d3f91   Karol Swietlicki   uml: fix URLs in ...
10
  	  See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more
4c9e13851   Jeff Dike   uml: style fixes ...
11
  	  details.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
12

4c9e13851   Jeff Dike   uml: style fixes ...
13
14
  	  If you're involved in UML kernel development and want to use gprof,
  	  say Y.  If you're unsure, say N.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
15
16
17
  
  config GCOV
  	bool "Enable gcov support"
42fda6638   Jeff Dike   uml: throw out CO...
18
  	depends on DEBUG_INFO
550ed0e20   Richard Weinberger   um: Make GCOV dep...
19
  	depends on !KCOV
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
20
  	help
4c9e13851   Jeff Dike   uml: style fixes ...
21
22
  	  This option allows developers to retrieve coverage data from a UML
  	  session.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
23

0ba9d3f91   Karol Swietlicki   uml: fix URLs in ...
24
  	  See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more
4c9e13851   Jeff Dike   uml: style fixes ...
25
  	  details.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
26

4c9e13851   Jeff Dike   uml: style fixes ...
27
28
  	  If you're involved in UML kernel development and want to use gcov,
  	  say Y.  If you're unsure, say N.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
29

d634f194d   Richard Weinberger   um: add earlyprin...
30
31
32
  config EARLY_PRINTK
  	bool "Early printk"
  	default y
a7f7f6248   Masahiro Yamada   treewide: replace...
33
  	help
d634f194d   Richard Weinberger   um: add earlyprin...
34
35
36
37
  	  Write kernel log output directly to stdout.
  
  	  This is useful for kernel debugging when your machine crashes very
  	  early before the console code is initialized.