]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/trace/Kconfig
ftrace: Support full glob matching
[karo-tx-linux.git] / kernel / trace / Kconfig
index 2a96b063d6590f326410feaa55fbb7f817241c0c..d5038005eb5dc06dd8432cc17e5be3c2c1de7e81 100644 (file)
@@ -70,6 +70,7 @@ config FTRACE_NMI_ENTER
 
 config EVENT_TRACING
        select CONTEXT_SWITCH_TRACER
+        select GLOB
        bool
 
 config CONTEXT_SWITCH_TRACER
@@ -133,6 +134,7 @@ config FUNCTION_TRACER
        select KALLSYMS
        select GENERIC_TRACER
        select CONTEXT_SWITCH_TRACER
+        select GLOB
        help
          Enable the kernel to trace every kernel function. This is done
          by using a compiler feature to insert a small, 5-byte No-Operation