Kconfig 702 B

123456789101112131415161718192021222324
  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. If unsure, say N.
  14. config OPROFILE_CELL
  15. bool "OProfile for Cell Broadband Engine"
  16. depends on (SPU_FS = y && OPROFILE = m) || (SPU_FS = y && OPROFILE = y) || (SPU_FS = m && OPROFILE = m)
  17. default y
  18. help
  19. Profiling of Cell BE SPUs requires special support enabled
  20. by this option.