Sign in
kunit
/
linux
/
99b5e1fcdeacfd5fb28a6a293056a1a11bd7e34a
/
.
/
samples
/
kprobes
/
Makefile
blob: 880e54d2c082730a40f8441449edd62c7a5c162e [
file
] [
log
] [
blame
]
# builds the kprobes example kernel modules;
# then to use one (as root): insmod <module_name.ko>
obj
-
$
(
CONFIG_SAMPLE_KPROBES
)
+=
kprobe_example
.
o
obj
-
$
(
CONFIG_SAMPLE_KRETPROBES
)
+=
kretprobe_example
.
o