Kconfig 435 B

1234567891011121314151617
  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.