/arch/sh/oprofile/Kconfig

https://bitbucket.org/evzijst/gittest · #! · 23 lines · 16 code · 7 blank · 0 comment · 0 complexity · b3bbe4b33b38bcce4945713594d5d90e MD5 · raw file

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