Searched full:always_kmsg_dump (Results 1 – 16 of 16) sorted by relevance
| /kernel/linux/linux-6.6/include/linux/ |
| D | pstore.h | 106 * printk.always_kmsg_dump boot param" (which is either 108 * true); see printk.always_kmsg_dump for more details.
|
| D | kmsg_dump.h | 20 * KMSG_DUMP_OOPS will not be logged by default unless printk.always_kmsg_dump
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | pstore.h | 104 * printk.always_kmsg_dump boot param" (which is either 106 * true); see printk.always_kmsg_dump for more details.
|
| D | kmsg_dump.h | 20 * KMSG_DUMP_OOPS will not be logged by default unless printk.always_kmsg_dump
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/reserved-memory/ |
| D | ramoops.txt | 52 reason filtering will be controlled by the printk.always_kmsg_dump boot
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/reserved-memory/ |
| D | ramoops.yaml | 85 controlled by the printk.always_kmsg_dump boot param.
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | ramoops.rst | 44 ``printk.always_kmsg_dump`` boot param: if unset, it'll be KMSG_DUMP_OOPS,
|
| D | pstore-blk.rst | 148 ``printk.always_kmsg_dump`` boot param: if unset, it'll be KMSG_DUMP_OOPS,
|
| D | kernel-parameters.txt | 4047 printk.always_kmsg_dump=
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/ |
| D | ramoops.rst | 46 ``printk.always_kmsg_dump`` boot param: if unset, it'll be KMSG_DUMP_OOPS,
|
| D | pstore-blk.rst | 151 ``printk.always_kmsg_dump`` boot param: if unset, it'll be KMSG_DUMP_OOPS,
|
| D | kernel-parameters.txt | 4621 printk.always_kmsg_dump=
|
| /kernel/linux/linux-5.10/fs/pstore/ |
| D | ram.c | 366 * changing printk.always_kmsg_dump, so instead log everything that in ramoops_pstore_write() 368 * based on the combination of printk.always_kmsg_dump and our in ramoops_pstore_write()
|
| /kernel/linux/linux-6.6/fs/pstore/ |
| D | ram.c | 348 * changing printk.always_kmsg_dump, so instead log everything that in ramoops_pstore_write() 350 * based on the combination of printk.always_kmsg_dump and our in ramoops_pstore_write()
|
| /kernel/linux/linux-5.10/kernel/printk/ |
| D | printk.c | 3206 static bool always_kmsg_dump; variable 3207 module_param_named(always_kmsg_dump, always_kmsg_dump, bool, S_IRUGO | S_IWUSR); 3245 * to KMSG_DUMP_OOPS, unless always_kmsg_dump was set. in kmsg_dump() 3248 max_reason = always_kmsg_dump ? KMSG_DUMP_MAX : in kmsg_dump()
|
| /kernel/linux/linux-6.6/kernel/printk/ |
| D | printk.c | 4052 static bool always_kmsg_dump; variable 4053 module_param_named(always_kmsg_dump, always_kmsg_dump, bool, S_IRUGO | S_IWUSR); 4090 * to KMSG_DUMP_OOPS, unless always_kmsg_dump was set. in kmsg_dump() 4093 max_reason = always_kmsg_dump ? KMSG_DUMP_MAX : in kmsg_dump()
|