Kconfig 576 B

1234567891011121314151617181920
  1. config PROFILING
  2. bool "Profiling support (EXPERIMENTAL)"
  3. help
  4. Say Y here to enable the extended profiling support mechanisms used
  5. by profilers such as OProfile.
  6. config OPROFILE
  7. tristate "OProfile system profiling (EXPERIMENTAL)"
  8. depends on PROFILING
  9. help
  10. OProfile is a profiling system capable of profiling the
  11. whole system, include the kernel, kernel modules, libraries,
  12. and applications.
  13. Due to firmware bugs, you may need to use the "nohalt" boot
  14. option if you're using OProfile with the hardware performance
  15. counters.
  16. If unsure, say N.