blob: d03c0e5ca8705fc56a501c6ce39230d6f7e80a22 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001config PROFILING
Kelly Daly611ae592006-02-23 14:32:59 +11002 depends on !PPC_ISERIES
Linus Torvalds1da177e2005-04-16 15:20:36 -07003 bool "Profiling support (EXPERIMENTAL)"
4 help
5 Say Y here to enable the extended profiling support mechanisms used
6 by profilers such as OProfile.
7
8
9config OPROFILE
10 tristate "OProfile system profiling (EXPERIMENTAL)"
11 depends on PROFILING
12 help
13 OProfile is a profiling system capable of profiling the
14 whole system, include the kernel, kernel modules, libraries,
15 and applications.
16
17 If unsure, say N.
18