Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5
# builds the kprobes example kernel modules; # then to use one (as root): insmod <module_name.ko> obj-$([31mCONFIG_SAMPLE_KPROBES[0m) += kprobe_example.o jprobe_example.o obj-$([31mCONFIG_SAMPLE_KRETPROBES[0m) += kretprobe_example.o