Kconfig 460 B

123456789101112131415161718
  1. config PROFILING
  2. depends on !PPC_ISERIES
  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. config OPROFILE
  8. tristate "OProfile system profiling (EXPERIMENTAL)"
  9. depends on PROFILING
  10. help
  11. OProfile is a profiling system capable of profiling the
  12. whole system, include the kernel, kernel modules, libraries,
  13. and applications.
  14. If unsure, say N.