Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
92ea83a878c68f709a172dd0125582b311d4d0d0
/
.
/
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