Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux...
[sfrench/cifs-2.6.git] / samples / Kconfig
index b663d9d241145a59f6ff928cf38dbfb1de59815c..9d236c346de506dfcf65cba58dbec3507659bc18 100644 (file)
@@ -19,6 +19,21 @@ config SAMPLE_TRACE_PRINTK
         This builds a module that calls trace_printk() and can be used to
         test various trace_printk() calls from a module.
 
+config SAMPLE_FTRACE_DIRECT
+       tristate "Build register_ftrace_direct() example"
+       depends on DYNAMIC_FTRACE_WITH_DIRECT_CALLS && m
+       depends on X86_64 # has x86_64 inlined asm
+       help
+         This builds an ftrace direct function example
+         that hooks to wake_up_process and prints the parameters.
+
+config SAMPLE_TRACE_ARRAY
+        tristate "Build sample module for kernel access to Ftrace instancess"
+       depends on EVENT_TRACING && m
+       help
+        This builds a module that demonstrates the use of various APIs to
+        access Ftrace instances from within the kernel.
+
 config SAMPLE_KOBJECT
        tristate "Build kobject examples"
        help