Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev...
[sfrench/cifs-2.6.git] / samples / Kconfig
index 22cc921ae291323389f4b5af3cf3cbd9881d9fff..470ee3baf2e16db4c5f4534eb8036d4c3c4450d5 100644 (file)
@@ -14,7 +14,13 @@ config SAMPLE_TRACE_EVENTS
        tristate "Build trace_events examples -- loadable modules only"
        depends on EVENT_TRACING && m
        help
-         This build trace event example modules.
+         This builds the trace event example module.
+
+config SAMPLE_TRACE_CUSTOM_EVENTS
+       tristate "Build custom trace event example -- loadable modules only"
+       depends on EVENT_TRACING && m
+       help
+         This builds the custom trace event example module.
 
 config SAMPLE_TRACE_PRINTK
         tristate "Build trace_printk module - tests various trace_printk formats"
@@ -73,6 +79,13 @@ config SAMPLE_HW_BREAKPOINT
        help
          This builds kernel hardware breakpoint example modules.
 
+config SAMPLE_FPROBE
+       tristate "Build fprobe examples -- loadable modules only"
+       depends on FPROBE && m
+       help
+         This builds a fprobe example module. This module has an option 'symbol'.
+         You can specify a probed symbol or symbols separated with ','.
+
 config SAMPLE_KFIFO
        tristate "Build kfifo examples -- loadable modules only"
        depends on m