Tracing in the Linux kernel is a powerful mechanism that allows developers and system administrators to analyze and debug system behavior. This guide provides documentation on various tracing frameworks and tools available in the Linux kernel.
This section provides an overview of Linux tracing mechanisms and debugging approaches.
The following are the primary tracing frameworks integrated into the Linux kernel.
A detailed explanation of event tracing mechanisms and their applications.
This section covers tracing features that monitor hardware interactions and system performance.
These tools allow tracing user-space applications and interactions.
This section covers the framework to read compatible ring-buffers, written by entities outside of the kernel (most likely firmware or hypervisor)
For more details, refer to the respective documentation of each tracing tool and framework.