debugfs
Sign in to savedebugfs is a special file system available in the Linux kernel since version 2.6.10-rc3. It was written by Greg Kroah-Hartman.
~1 min read
Article
3 sectionsContents
- Use
- References
- External links
debugfs is a special file system available in the Linux kernel since version 2.6.10-rc3. It was written by Greg Kroah-Hartman.
debugfs is a simple-to-use RAM-based file system specially designed for debugging purposes. It exists as a simple way for kernel developers to make information available to user space. Unlike , which is only meant for information about a process, or sysfs, which has strict one-value-per-file rules, debugfs has no rules at all. Developers can put any information they want there.
Connections
Linux kernel
Entity
GNU C Library
Entity
Linux Foundation
Entity
initrd
Entity
Direct Rendering Manager
Entity
video games and Linux
Entity
criticism of Linux
Entity
Linux
Entity
Linus Torvalds
Entity
Wayback Machine
Entity
GNU General Public License
Entity
Linux distribution
Entity
Tux
Entity
device driver
Entity
LAMP
Entity
Q14658
Entity
virtualization
Entity
daemon
Entity
error detection and correction
Entity
memory management unit
Entity