Kconfig 443 B

12345678910111213141516171819202122
  1. menu "Profiling support"
  2. config PROFILING
  3. bool "Profiling support"
  4. help
  5. Say Y here to enable profiling support mechanisms used by
  6. profilers such as readprofile or OProfile.
  7. config OPROFILE
  8. tristate "OProfile system profiling"
  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.
  15. endmenu