December 2006
Intermediate to advanced
202 pages
8h 29m
English
KPROBES — Kprobes (experimental)
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.