Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | config PROFILING |
Kelly Daly | 611ae59 | 2006-02-23 14:32:59 +1100 | [diff] [blame] | 2 | depends on !PPC_ISERIES |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | 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 | |
| 9 | config 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 | |