From 5140c1e3e9c24ac898f90fccc9c65d98b45583c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Weisbecker?= Date: Sun, 21 Sep 2008 20:12:14 +0200 Subject: [PATCH] --- yaml --- r: 116627 b: refs/heads/master c: 2a3a4f669df2164288d11406d11d5e4933bf5e53 h: refs/heads/master i: 116625: 906dced611fa2256e0e74c7a2f12cdde849bba84 116623: eca1eb92d894520ba01e6e00ead720c414eb68a8 v: v3 --- [refs] | 2 +- trunk/kernel/trace/Kconfig | 15 +++++---------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/[refs] b/[refs] index da7b15a12d19..c529ea897f47 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 35cb5ed01261f5669657d2f1720aca902299887d +refs/heads/master: 2a3a4f669df2164288d11406d11d5e4933bf5e53 diff --git a/trunk/kernel/trace/Kconfig b/trunk/kernel/trace/Kconfig index d7b2de744631..254328dec672 100644 --- a/trunk/kernel/trace/Kconfig +++ b/trunk/kernel/trace/Kconfig @@ -1,8 +1,13 @@ # # Architectures that offer an FTRACE implementation should select HAVE_FTRACE: # + +config NOP_TRACER + bool + config HAVE_FTRACE bool + select NOP_TRACER config HAVE_DYNAMIC_FTRACE bool @@ -101,16 +106,6 @@ config SCHED_TRACER This tracer tracks the latency of the highest priority task to be scheduled in, starting from the point it has woken up. -config NOP_TRACER - bool "NOP Tracer" - depends on HAVE_FTRACE - depends on DEBUG_KERNEL - select TRACING - help - This tracer does nothing. The primary purpose for it is to - politely print the output of ftrace_printk() calls without - the overhead of an irrelevant trace taking place. - config CONTEXT_SWITCH_TRACER bool "Trace process context switches" depends on HAVE_FTRACE