Home
last modified time | relevance | path

Searched refs:vmcore (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.10/Documentation/s390/
Dzfcpdump.rst21 of the /proc/vmcore interface. This interface exports the crashed system's
24 is needed by /proc/vmcore. The tail part of the crashed systems memory which
42 reads from /proc/vmcore or zcore/mem and writes the system dump to a SCSI disk.
/Linux-v5.10/fs/proc/
Dvmcore.c301 struct vmcore *m = NULL; in __read_vmcore()
554 struct vmcore *m; in mmap_vmcore()
676 static struct vmcore* __init get_new_element(void) in get_new_element()
678 return kzalloc(sizeof(struct vmcore), GFP_KERNEL); in get_new_element()
685 struct vmcore *m; in get_vmcore_size()
1087 struct vmcore *new; in process_ptload_program_headers_elf64()
1130 struct vmcore *new; in process_ptload_program_headers_elf32()
1169 struct vmcore *m; in set_vmcore_list_offsets()
1575 struct vmcore *m; in vmcore_cleanup()
1577 m = list_first_entry(&vmcore_list, struct vmcore, list); in vmcore_cleanup()
DMakefile33 proc-$(CONFIG_PROC_VMCORE) += vmcore.o
DKconfig42 bool "/proc/vmcore support"
61 as ELF notes to /proc/vmcore. You can still disable device
/Linux-v5.10/include/linux/
Dkcore.h26 struct vmcore { struct
/Linux-v5.10/Documentation/ABI/obsolete/
Dsysfs-kernel-fadump_release_mem8 the system is booted to capture the vmcore using FADump.
/Linux-v5.10/Documentation/powerpc/
Dfirmware-assisted-dump.rst16 - Unlike phyp dump, FADump exports the memory dump through /proc/vmcore
20 interface while reading /proc/vmcore.
83 - User-space tools will read /proc/vmcore to obtain the contents
194 Used by second /proc/vmcore
206 Currently the dump will be copied from /proc/vmcore to a new file upon
207 user intervention. The dump data available through /proc/vmcore will be
268 be handled and vmcore will not be captured. This interface can be
360 correct data before it gets exported through /proc/vmcore. The current
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-kernel-vmcoreinfo12 space as part of ELF note in /proc/vmcore file. This note
Dsysfs-kernel-fadump31 the system is booted to capture the vmcore using FADump.
/Linux-v5.10/Documentation/admin-guide/kdump/
Dkdump.rst51 /proc/vmcore. This exports the dump as an ELF-format file that you can
160 2) Enable "/proc/vmcore support" under "Filesystems" -> "Pseudo filesystems"::
421 headers. This is necessary because GDB currently cannot open vmcore files
489 cp /proc/vmcore <dump-file>
498 /proc/vmcore. Use the debug vmlinux built with -g and run the following
Dvmcoreinfo.rst22 find the corresponding vmlinux in order to process vmcore.
/Linux-v5.10/Documentation/bpf/
Ddrgn.rst9 Instead it's reading directly from ``/proc/kcore`` or vmcore and pretty prints
/Linux-v5.10/Documentation/admin-guide/sysctl/
Dkernel.rst801 is useful to define the root cause of RCU stalls using a vmcore.
/Linux-v5.10/Documentation/admin-guide/
Ddevices.txt18 12 = /dev/oldmem OBSOLETE - replaced by /proc/vmcore
Dkernel-parameters.txt3155 append dump data to vmcore so you can collect driver
/Linux-v5.10/
DMAINTAINERS9515 F: fs/proc/vmcore.c
9518 F: include/uapi/linux/vmcore.h