brintos

brintos / linux-shallow public Read only

0
0
Text · 404 B · e459368 Raw
11 lines · plain
1What:		/sys/devices/.../coredump2Date:		December 20173Contact:	Arend van Spriel <aspriel@gmail.com>4Description:5		The /sys/devices/.../coredump attribute is only present when the6		device is bound to a driver, which provides the .coredump()7		callback. The attribute is write only. Anything written to this8		file will trigger the .coredump() callback.9 10		Available when CONFIG_DEV_COREDUMP is enabled.11