diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-03-05 21:19:55 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-03-05 21:53:25 +0100 |
commit | 40ada30f9621fbd831ac2437b9a2a399aad34b00 (patch) | |
tree | 47df1abc756d9ce33feec3eb5bb601edafbcf14c /arch | |
parent | 526211bc58c4b3265352801c5a7f469af5c34711 (diff) | |
download | op-kernel-dev-40ada30f9621fbd831ac2437b9a2a399aad34b00.zip op-kernel-dev-40ada30f9621fbd831ac2437b9a2a399aad34b00.tar.gz |
tracing: clean up menu
Clean up menu structure, introduce TRACING_SUPPORT switch that signals
whether an architecture supports various instrumentation mechanisms.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 550dab2..a092dc7 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -6,6 +6,7 @@ config OPROFILE tristate "OProfile system profiling (EXPERIMENTAL)" depends on PROFILING depends on HAVE_OPROFILE + depends on TRACING_SUPPORT select TRACING select RING_BUFFER help |