Lines Matching full: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.
48 When pstore/blk is built as a module, "blkdev" accepts the following variants:
56 When pstore/blk is built into the kernel, "blkdev" accepts the following variants:
72 1. <device name> MTD device name. "pstore" is recommended.
82 space except other pstore front-ends.
84 pstore/blk will log to oops/panic chunks one by one, and always overwrite the
95 Pmsg is a user space accessible pstore object. Writes to */dev/pmsg0* are
97 */sys/fs/pstore/pmsg-pstore-blk-0*.
108 available in */sys/fs/pstore/console-pstore-blk-0*.
121 combined and available in */sys/fs/pstore/ftrace-pstore-blk-0*.
126 # mount -t pstore pstore /sys/fs/pstore
128 # echo 1 > /sys/kernel/debug/pstore/record_ftrace
131 # mount -t pstore pstore /sys/fs/pstore
132 # tail /sys/fs/pstore/ftrace-pstore-blk-0
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