/arch/sh/oprofile/Kconfig
https://bitbucket.org/evzijst/gittest · #! · 23 lines · 16 code · 7 blank · 0 comment · 0 complexity · b3bbe4b33b38bcce4945713594d5d90e MD5 · raw file
- menu "Profiling support"
- depends on EXPERIMENTAL
- config PROFILING
- bool "Profiling support (EXPERIMENTAL)"
- help
- Say Y here to enable the extended profiling support mechanisms used
- by profilers such as OProfile.
-
- config OPROFILE
- tristate "OProfile system profiling (EXPERIMENTAL)"
- depends on PROFILING
- help
- OProfile is a profiling system capable of profiling the
- whole system, include the kernel, kernel modules, libraries,
- and applications.
- If unsure, say N.
- endmenu