Kconfig 530 B

1234567891011121314151617181920212223242526
  1. menu "Profiling support"
  2. depends on EXPERIMENTAL
  3. config PROFILING
  4. bool "Profiling support (EXPERIMENTAL)"
  5. help
  6. Say Y here to enable the extended profiling support mechanisms used
  7. by profilers such as OProfile.
  8. config OPROFILE
  9. tristate "OProfile system profiling (EXPERIMENTAL)"
  10. depends on PROFILING
  11. help
  12. OProfile is a profiling system capable of profiling the
  13. whole system, include the kernel, kernel modules, libraries,
  14. and applications.
  15. If unsure, say N.
  16. config OPROFILE_ARM11_CORE
  17. bool
  18. endmenu