forked from linyaa-kiwi/debugfs-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
a tiny tutorial on how to use debugfs from a Linux kernel module
License
Logtic/debugfs-tutorial
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
======================================================================== DebugFS Tutorial author: Chad Versace <chad@kiwitree.net> date: 2010-05-07 ======================================================================== ======== Overview ======== DebugFS is a synthetic filesystem in the kernel. It resides at /sys/kernel/debug and allows userspace processes to inspect and manipulate variables in the kernel. Unlike sysfs, the information provided by debugfs is intended for kernel debugging only. This tutorial is hands-on with kernel code. For each example 1. Read the Readme, 2. Open the source file, 3. And follow the comments.
About
a tiny tutorial on how to use debugfs from a Linux kernel module
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 96.0%
- Makefile 4.0%