aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/oprofile/Kconfig
blob: 208220a5f23fc2012a151c4603de85b6fc2829cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

menu "Profiling support"

config PROFILING
	bool "Profiling support"
	help
	  Say Y here to enable profiling support mechanisms used by
	  profilers such as readprofile or OProfile.


config OPROFILE
	tristate "OProfile system profiling"
	depends on PROFILING
	help
	  OProfile is a profiling system capable of profiling the
	  whole system, include the kernel, kernel modules, libraries,
	  and applications.

	  If unsure, say N.

endmenu