Tag: LKML
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...
Debugging the Linux Kernel with debugfs
debugfs is a simple memory-based filesystem, designed specifically to debug Linux kernel code, and not to be confused with the debugfs filesystem utility. Introduced...