kprobe is a Linux kernel debugging mechanism that allows dynamic instrumentation of kernel functions by registering probes at specific locations. It enables observing and modifying kernel behavior without recompiling or rebooting.
https://www.kernel.org/doc/html/latest/trace/kprobes.html