4 bool "Sample kernel code"
6 You can build and test sample kernel code here.
10 config SAMPLE_TRACEPOINTS
11 tristate "Build tracepoints examples -- loadable modules only"
12 depends on TRACEPOINTS && m
14 This build tracepoints example modules.
16 config SAMPLE_TRACE_EVENTS
17 tristate "Build trace_events examples -- loadable modules only"
18 depends on EVENT_TRACING && m
20 This build trace event example modules.
23 tristate "Build kobject examples -- loadable modules only"
26 This config option will allow you to build a number of
27 different kobject sample modules showing how to use kobjects,
28 ksets, and ktypes properly.
30 If in doubt, say "N" here.
33 tristate "Build kprobes examples -- loadable modules only"
34 depends on KPROBES && m
36 This build several kprobes example modules.
38 config SAMPLE_KRETPROBES
39 tristate "Build kretprobes example -- loadable modules only"
41 depends on SAMPLE_KPROBES && KRETPROBES