Lines Matching refs:pstore
3 pstore block oops/panic logger
9 pstore block (pstore/blk) is an oops/panic logger that writes its logs to a
11 these log files by mounting pstore filesystem like::
13 mount -t pstore pstore /sys/fs/pstore
16 pstore block concepts
19 pstore/blk provides efficient configuration method for pstore/blk, which
23 Configurations for user determine how pstore/blk works, such as pmsg_size,
46 It's required for pstore/blk. It is also used for MTD device.
69 1. <device name> MTD device name. "pstore" is recommended.
79 space except other pstore front-ends.
81 pstore/blk will log to oops/panic chunks one by one, and always overwrite the
92 Pmsg is a user space accessible pstore object. Writes to */dev/pmsg0* are
94 */sys/fs/pstore/pmsg-pstore-blk-0*.
105 available in */sys/fs/pstore/console-pstore-blk-0*.
118 combined and available in */sys/fs/pstore/ftrace-pstore-blk-0*.
123 # mount -t pstore pstore /sys/fs/pstore
125 # echo 1 > /sys/kernel/debug/pstore/record_ftrace
128 # mount -t pstore pstore /sys/fs/pstore
129 # tail /sys/fs/pstore/ftrace-pstore-blk-0
155 driver uses ``register_pstore_blk`` to register to pstore/blk.
158 ``struct pstore_device_info`` to register to pstore/blk.
160 .. kernel-doc:: fs/pstore/blk.c
167 recommend data compression because pstore/blk will insert some information into
176 The following line is inserted by pstore filesystem. For example::
185 The dump data can be read from the pstore filesystem. The format for these
186 files is ``dmesg-pstore-blk-[N]`` for oops/panic front-end,
187 ``pmsg-pstore-blk-0`` for pmsg front-end and so on. The timestamp of the
189 device, simply unlink the respective pstore file.
218 pstore/blk supports psblk_blkdev_info(), which is defined in
222 pstore block internals
227 .. kernel-doc:: fs/pstore/zone.c
233 .. kernel-doc:: fs/pstore/blk.c