Module debugfs

Source
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 data will 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.

Traits§

Reader
A trait for types that can be updated from a user slice.
Writer
A trait for types that can be written into a string.