aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc/oprofile/Kconfig
diff options
context:
space:
mode:
authorMartin Habets <errandir_news@mph.eclipse.co.uk>2006-10-17 19:21:48 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-10-17 19:28:53 -0700
commit9550e59c4587f637d9aa34689e32eea460e6f50c (patch)
treebe6c47289c83e81f9b4e5238f7b1b2eaf1bf8fa6 /arch/sparc/oprofile/Kconfig
parent872ec6484720e7ddfebb8e15c232fa7ca158ef2e (diff)
[SPARC]: Add sparc profiling support
This patch adds profiling support to the sparc architecture. It is a copy of the sparc64 implementation. Signed-off-by: Martin Habets <errandir_news@mph.eclipse.co.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/oprofile/Kconfig')
-rw-r--r--arch/sparc/oprofile/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/sparc/oprofile/Kconfig b/arch/sparc/oprofile/Kconfig
new file mode 100644
index 00000000000..d8a84088471
--- /dev/null
+++ b/arch/sparc/oprofile/Kconfig
@@ -0,0 +1,17 @@
+config PROFILING
+ bool "Profiling support (EXPERIMENTAL)"
+ help
+ Say Y here to enable the extended profiling support mechanisms used
+ by profilers such as OProfile.
+
+
+config OPROFILE
+ tristate "OProfile system profiling (EXPERIMENTAL)"
+ 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.
+