????

Your IP : 216.73.216.152


Current Path : /usr/src/kernels/3.10.0-1062.18.1.el7.x86_64/samples/kprobes/
Upload File :
Current File : //usr/src/kernels/3.10.0-1062.18.1.el7.x86_64/samples/kprobes/Makefile

# builds the kprobes example kernel modules;
# then to use one (as root):  insmod <module_name.ko>

obj-$(CONFIG_SAMPLE_KPROBES) += kprobe_example.o jprobe_example.o
obj-$(CONFIG_SAMPLE_KRETPROBES) += kretprobe_example.o