bool "Sample kernel code"
You can build and test sample kernel code here.
config SAMPLE_TRACE_EVENTS
tristate "Build trace_events examples -- loadable modules only"
depends on EVENT_TRACING && m
This build trace event example modules.
config SAMPLE_TRACE_PRINTK
tristate "Build trace_printk module - tests various trace_printk formats"
depends on EVENT_TRACING && m
This builds a module that calls trace_printk() and can be used to
test various trace_printk() calls from a module.
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
config SAMPLE_HW_BREAKPOINT
tristate "Build kernel hardware breakpoint examples -- loadable module only"
depends on HAVE_HW_BREAKPOINT && m
This builds kernel hardware breakpoint example modules.
tristate "Build kfifo examples -- loadable modules only"
This config option will allow you to build a number of
different kfifo sample modules showing how to use the
If in doubt, say "N" here.
tristate "Build kdb command example -- loadable modules only"
Build an example of how to dynamically add the hello