Expand description
DebugFS Abstraction
C header: include/linux/debugfs.h
Structs§
- Dir
- Owning handle to a DebugFS directory.
- File
- Handle to a DebugFS file, owning its backing data.
- Scope
- Handle to a DebugFS scope, which ensures that attached datawill outlive the DebugFS entry without moving.
- ScopedDir 
- A handle to a directory which will live at most 'dir, accessing data that will live for at least'data.