aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/trace/Kconfig')
-rw-r--r--kernel/trace/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
index 16e5bb5daaa5..d7b2de744631 100644
--- a/kernel/trace/Kconfig
+++ b/kernel/trace/Kconfig
@@ -101,6 +101,16 @@ config SCHED_TRACER
101 This tracer tracks the latency of the highest priority task 101 This tracer tracks the latency of the highest priority task
102 to be scheduled in, starting from the point it has woken up. 102 to be scheduled in, starting from the point it has woken up.
103 103
104config NOP_TRACER
105 bool "NOP Tracer"
106 depends on HAVE_FTRACE
107 depends on DEBUG_KERNEL
108 select TRACING
109 help
110 This tracer does nothing. The primary purpose for it is to
111 politely print the output of ftrace_printk() calls without
112 the overhead of an irrelevant trace taking place.
113
104config CONTEXT_SWITCH_TRACER 114config CONTEXT_SWITCH_TRACER
105 bool "Trace process context switches" 115 bool "Trace process context switches"
106 depends on HAVE_FTRACE 116 depends on HAVE_FTRACE