/usr/src/kernels/4.18.0-553.121.1.el8_10.x86_64/samples/kprobes
NameSizeModeActions
Makefile2040644editdlrm
Edit: /usr/src/kernels/4.18.0-553.121.1.el8_10.x86_64/samples/kprobes/Makefile (204B)
# builds the kprobes example kernel modules; # then to use one (as root): insmod obj-$(CONFIG_SAMPLE_KPROBES) += kprobe_example.o obj-$(CONFIG_SAMPLE_KRETPROBES) += kretprobe_example.o