Expand description
DebugFS Abstraction
C header: include/linux/debugfs.h
Structs§
- Owning handle to a DebugFS directory.
- Handle to a DebugFS file, owning its backing data.
- Handle to a DebugFS scope, which ensures that attached
datawill outlive the DebugFS entry without moving. - A handle to a directory which will live at most
'dir, accessing data that will live for at least'data.
Traits§
- A trait for types that can be updated from a user slice.
- A trait for types that can be written into a string.