Tag: ftrace
Kernel Tracing with ftrace, Part 2
In my previous article, we had a working setup of ftrace, and explored options to enable and disable it. In this article, we will...
Kernel Tracing with ftrace, Part 1
This article explains how to set up ftrace and be able to understand how to trace functions. It should be useful for current kernel...