Name
KPROBES — Kprobes (experimental)
Description
Kprobes allows you to trap the CPU at almost any kernel address and execute
a callback function. register_kprobe() establishes a probepoint
and specifies the callback. Kprobes is useful for kernel
debugging, non-intrusive instrumentation, and testing.