Sign in
kunit
/
linux
/
b2a205ff49b9c55d4bdda1bdb10ad19ebd646221
/
.
/
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