diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-02-07 02:54:29 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 18:30:27 (GMT) |
commit | 54176736f734ca3a1f27416d8e5804981a627076 (patch) | |
tree | c304751efa231b2bb8a81eca4f399c122f3cf9fe /arch/mips/oprofile/Kconfig | |
parent | 29c4869946f9182f5d5f76502ac5a4a71b3b3e62 (diff) | |
download | linux-fsl-qoriq-54176736f734ca3a1f27416d8e5804981a627076.tar.xz |
More oprofile bits for MIPS32-style performance counters. The code to
bolt this into the actual hardware interrupt is yet missing from this
commit.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
FEXPORT(ret_from_fork)
Diffstat (limited to 'arch/mips/oprofile/Kconfig')
-rw-r--r-- | arch/mips/oprofile/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/oprofile/Kconfig b/arch/mips/oprofile/Kconfig index 19d3773..55feaf7 100644 --- a/arch/mips/oprofile/Kconfig +++ b/arch/mips/oprofile/Kconfig @@ -11,7 +11,7 @@ config PROFILING config OPROFILE tristate "OProfile system profiling (EXPERIMENTAL)" - depends on PROFILING + depends on PROFILING && EXPERIMENTAL help OProfile is a profiling system capable of profiling the whole system, include the kernel, kernel modules, libraries, |