commit | 40ada30f9621fbd831ac2437b9a2a399aad34b00 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Thu Mar 05 21:19:55 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Mar 05 21:53:25 2009 +0100 |
tree | 47df1abc756d9ce33feec3eb5bb601edafbcf14c | |
parent | 526211bc58c4b3265352801c5a7f469af5c34711 [diff] [blame] |
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>
diff --git a/arch/Kconfig b/arch/Kconfig index 550dab2..a092dc7 100644 --- a/arch/Kconfig +++ b/arch/Kconfig
@@ -6,6 +6,7 @@ tristate "OProfile system profiling (EXPERIMENTAL)" depends on PROFILING depends on HAVE_OPROFILE + depends on TRACING_SUPPORT select TRACING select RING_BUFFER help