Kprobe and Kretprobe
Instrument kernel functions at entry and exit for live tracing.
Instrument kernel functions at entry and exit for live tracing.
Entry and return probes for user-space functions so you can trace any binary or shared library at run time without recompiling or restarting the application.
Stable versioned hooks inserted by kernel developers for common events.
Lower level access when you need every byte of the event payload.
Modern low overhead probes attached directly to function start and return.