mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
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
|
||
|
|