|
@@ -21,7 +21,7 @@ config PROFILING
|
|
config OPROFILE
|
|
config OPROFILE
|
|
tristate "OProfile system profiling (EXPERIMENTAL)"
|
|
tristate "OProfile system profiling (EXPERIMENTAL)"
|
|
depends on PROFILING && !UML
|
|
depends on PROFILING && !UML
|
|
- depends on ARCH_SUPPORTS_OPROFILE || ALPHA || ARM || BLACKFIN || IA64 || M32R || PARISC || PPC || S390 || SUPERH || SPARC
|
|
|
|
|
|
+ depends on HAVE_OPROFILE
|
|
help
|
|
help
|
|
OProfile is a profiling system capable of profiling the
|
|
OProfile is a profiling system capable of profiling the
|
|
whole system, include the kernel, kernel modules, libraries,
|
|
whole system, include the kernel, kernel modules, libraries,
|
|
@@ -29,6 +29,9 @@ config OPROFILE
|
|
|
|
|
|
If unsure, say N.
|
|
If unsure, say N.
|
|
|
|
|
|
|
|
+config HAVE_OPROFILE
|
|
|
|
+ def_bool n
|
|
|
|
+
|
|
config KPROBES
|
|
config KPROBES
|
|
bool "Kprobes"
|
|
bool "Kprobes"
|
|
depends on KALLSYMS && MODULES && !UML
|
|
depends on KALLSYMS && MODULES && !UML
|