Lines Matching +full:ftrace +full:- +full:size
1 # SPDX-License-Identifier: GPL-2.0-only
21 Defines default size of pstore kernel log storage.
51 data can be retrieved from /sys/fs/pstore/pmsg-ramoops-[ID].
82 For more information, see Documentation/admin-guide/ramoops.rst.
101 For more information, see Documentation/admin-guide/pstore-blk.rst
117 of partition - device number of disk plus the partition number
118 4) /dev/<disk_name>p<decimal> - same as the above, this form is
120 5) PARTUUID=00112233-4455-6677-8899-AABBCCDDEEFF representing the
123 partition using the format SSSSSSSS-PP, where SSSSSSSS is a zero-
124 filled hex representation of the 32-bit "NT disk signature", and PP
125 is a zero-filled hex representation of the 1-based partition number.
135 int "Size in Kbytes of kmsg dump log to store"
139 This just sets size of kmsg dump (oops, panic, etc) log for
140 pstore/blk. The size is in KB and must be a multiple of 4.
158 int "Size in Kbytes of pmsg to store"
163 This just sets size of pmsg (pmsg_size) for pstore/blk. The size is
170 int "Size in Kbytes of console log to store"
175 This just sets size of console log (console_size) to store via
176 pstore/blk. The size is in KB and must be a multiple of 4.
182 int "Size in Kbytes of ftrace log to store"
187 This just sets size of ftrace log (ftrace_size) for pstore/blk. The
188 size is in KB and must be a multiple of 4.