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 AVM_SIMPLE_PROFILING bool "AVM Simple Profiling support (EXPERIMENTAL)" config AVM_PROFILING_TRACE_MODE int "AVM Simple Profiling mode" depends on AVM_SIMPLE_PROFILING help 1-9 seconds trace time 10 constant size of 512K Samples config OPROFILE tristate "OProfile system profiling (EXPERIMENTAL)" depends on PROFILING && EXPERIMENTAL 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