|
NAME
SYNOPSISlindebugfs /sys/kernel/debug lindebugfs rw 0 0 DESCRIPTIONThe debug file system, or debugfs, makes process debugging easier
by providing a simple API for data transfer between the kernel and user
space. Debugfs is not a general-purpose file system and should not be used
as a storage medium. Instead, developers can implement the debugfs interface
in their code to generate debug information about their program at runtime.
FreeBSD's When mounted, EXAMPLESLoad the kldload lindebugfsMount the mount -t lindebugfs lindebugfs
/sys/kernel/debugSEE ALSOlinprocfs(5), linsysfs(5), pseudofs(9), linux(4), pseudofs(9) HISTORYThe AUTHORSThe initial implementation for
|