| Main index | Section 5 | Options |
lindebugfs /sys/kernel/debug lindebugfs rw 0 0
When mounted, lindebugfs will populate with pseudo files from any running process that calls debugfs_create_file(). Since lindebugfs is a pseudo file system, file contents will be generated dynamically based on program provided file operations. The current lindebugfs implementation formally supports seq_file and simple_attr_file virtual file formats.
kldload lindebugfs
Mount the lindebugfs file system on /sys/kernel/debug:
mount -t lindebugfs lindebugfs /sys/kernel/debug
| LINDEBUGFS (5) | August 10, 2022 |
| Main index | Section 5 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | The number of UNIX installations has grown to 10, with more expected. | ” |
| — UNIX Programming Manual, 1972 | ||