Lines Matching +full:pmsg +full:- +full:size
1 # SPDX-License-Identifier: GPL-2.0-only
22 Defines default size of pstore kernel log storage.
132 data can be retrieved from /sys/fs/pstore/pmsg-ramoops-[ID].
163 For more information, see Documentation/admin-guide/ramoops.rst.
182 For more information, see Documentation/admin-guide/pstore-blk.rst
198 of partition - device number of disk plus the partition number
199 4) /dev/<disk_name>p<decimal> - same as the above, this form is
201 5) PARTUUID=00112233-4455-6677-8899-AABBCCDDEEFF representing the
204 partition using the format SSSSSSSS-PP, where SSSSSSSS is a zero-
205 filled hex representation of the 32-bit "NT disk signature", and PP
206 is a zero-filled hex representation of the 1-based partition number.
216 int "Size in Kbytes of kmsg dump log to store"
220 This just sets size of kmsg dump (oops, panic, etc) log for
221 pstore/blk. The size is in KB and must be a multiple of 4.
239 int "Size in Kbytes of pmsg to store"
244 This just sets size of pmsg (pmsg_size) for pstore/blk. The size is
251 int "Size in Kbytes of console log to store"
256 This just sets size of console log (console_size) to store via
257 pstore/blk. The size is in KB and must be a multiple of 4.
263 int "Size in Kbytes of ftrace log to store"
268 This just sets size of ftrace log (ftrace_size) for pstore/blk. The
269 size is in KB and must be a multiple of 4.