| bool "Sample kernel code" |
| You can build and test sample kernel code here. |
| config SAMPLE_TRACEPOINTS |
| tristate "Build tracepoints examples -- loadable modules only" |
| depends on TRACEPOINTS && m |
| This build tracepoints example modules. |
| config SAMPLE_TRACE_EVENTS |
| tristate "Build trace_events examples -- loadable modules only" |
| depends on EVENT_TRACING && m |
| This build trace event example modules. |
| tristate "Build kobject examples -- loadable modules only" |
| This config option will allow you to build a number of |
| different kobject sample modules showing how to use kobjects, |
| ksets, and ktypes properly. |
| If in doubt, say "N" here. |
| tristate "Build kprobes examples -- loadable modules only" |
| This build several kprobes example modules. |
| tristate "Build kretprobes example -- loadable modules only" |
| depends on SAMPLE_KPROBES && KRETPROBES |