First page Back Continue Last page Overview Graphics
Debugfs
A virtual filesystem to export debugging information to user-space.
Kernel configuration: DEBUG_FS
Kernel hacking -> Debug Filesystem
Much simpler to code than an interface in /proc or /sys.
The debugging interface disappears when Debugfs is configured out.
You can mount it as follows:
sudo mount -t debugfs none /mnt/debugfs