Sign in
zircon-guest
/
third_party
/
linux
/
3b39dc7463a9867208f68de91f665c2d996f2806
/
.
/
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