Home Tags Device driver developers

Tag: device driver developers

Kernel Tracing with ftrace, Part 1

5
This article explains how to set up ftrace and be able to understand how to trace functions. It should be useful for current kernel...

Debugging the Linux Kernel with debugfs

1
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...