Lines Matching full:pstore
2 config PSTORE config
7 persistent storage via "pstore" filesystem that can
8 be mounted as /dev/pstore. Only useful if you have
9 a platform level driver that registers with pstore to
18 depends on PSTORE
21 Defines default size of pstore kernel log storage.
25 bool "Pstore compression (deflate)"
26 depends on PSTORE
31 Whether pstore records should be compressed before being written to
35 problems while pstore is recording panic metadata.
39 depends on PSTORE
41 When the option is enabled, pstore will log all kernel
46 depends on PSTORE
49 When the option is enabled, pstore will export a character
51 data can be retrieved from /sys/fs/pstore/pmsg-ramoops-[ID].
57 depends on PSTORE
63 pstore filesystem. It can be used to determine what function
70 depends on PSTORE
86 depends on PSTORE
88 The common layer for pstore/blk (and pstore/ram in the future)
93 depends on PSTORE
101 For more information, see Documentation/admin-guide/pstore-blk.rst
110 Which block device should be used for pstore/blk.
132 pstore/blk, but module parameters have priority over Kconfig.
140 pstore/blk. The size is in KB and must be a multiple of 4.
143 pstore/blk, but module parameters have priority over Kconfig.
155 pstore/blk, but module parameters have priority over Kconfig.
163 This just sets size of pmsg (pmsg_size) for pstore/blk. The size is
167 pstore/blk, but module parameters have priority over Kconfig.
176 pstore/blk. The size is in KB and must be a multiple of 4.
179 pstore/blk, but module parameters have priority over Kconfig.
187 This just sets size of ftrace log (ftrace_size) for pstore/blk. The
191 pstore/blk, but module parameters have priority over Kconfig.