23 lines
443 B
Text
23 lines
443 B
Text
|
|
||
|
menu "Profiling support"
|
||
|
|
||
|
config PROFILING
|
||
|
bool "Profiling support"
|
||
|
help
|
||
|
Say Y here to enable profiling support mechanisms used by
|
||
|
profilers such as readprofile or OProfile.
|
||
|
|
||
|
|
||
|
config OPROFILE
|
||
|
tristate "OProfile system profiling"
|
||
|
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
|
||
|
|