Home
last modified time | relevance | path

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

/linux/Documentation/arch/s390/
H A 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/fs/proc/
H A Dvmcore.c322 struct vmcore *m = NULL; in __read_vmcore()
576 struct vmcore *m; in mmap_vmcore()
698 static struct vmcore* __init get_new_element(void) in get_new_element()
700 return kzalloc(sizeof(struct vmcore), GFP_KERNEL); in get_new_element()
707 struct vmcore *m; in get_vmcore_size()
1109 struct vmcore *new; in process_ptload_program_headers_elf64()
1152 struct vmcore *new; in process_ptload_program_headers_elf32()
1191 struct vmcore *m; in set_vmcore_list_offsets()
1594 struct vmcore *m; in vmcore_cleanup()
1596 m = list_first_entry(&vmcore_list, struct vmcore, list); in vmcore_cleanup()
H A DMakefile33 proc-$(CONFIG_PROC_VMCORE) += vmcore.o
H A DKconfig42 bool "/proc/vmcore support"
61 as ELF notes to /proc/vmcore. You can still disable device
/linux/Documentation/arch/arm64/
H A Dkdump.rst7 Kdump mechanism is used to capture a corrupted kernel vmcore so that
14 vmcore collection.
34 vmcore dumping can be ignored. On arm64, the low memory upper bound is
/linux/include/linux/
H A Dkcore.h23 struct vmcore { struct
/linux/Documentation/ABI/obsolete/
H A Dsysfs-kernel-fadump_release_mem8 the system is booted to capture the vmcore using FADump.
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-vmcoreinfo12 space as part of ELF note in /proc/vmcore file. This note
H A Dsysfs-kernel-fadump31 the system is booted to capture the vmcore using FADump.
/linux/Documentation/arch/powerpc/
H A 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
201 /proc/vmcore
219 Currently the dump will be copied from /proc/vmcore to a new file upon
220 user intervention. The dump data available through /proc/vmcore will be
281 be handled and vmcore will not be captured. This interface can be
/linux/Documentation/admin-guide/kdump/
H A Dkdump.rst52 /proc/vmcore. This exports the dump as an ELF-format file that you can
171 2) Enable "/proc/vmcore support" under "Filesystems" -> "Pseudo filesystems"::
191 CPU is enough for kdump kernel to dump vmcore on most of systems.
433 headers. This is necessary because GDB currently cannot open vmcore files
500 cp /proc/vmcore <dump-file>
504 scp /proc/vmcore remote_username@remote_ip:<dump-file>
509 makedumpfile -l --message-level 1 -d 31 /proc/vmcore <dump-file>
517 /proc/vmcore. Use the debug vmlinux built with -g and run the following
H A Dvmcoreinfo.rst22 find the corresponding vmlinux in order to process vmcore.
/linux/Documentation/bpf/
H A Ddrgn.rst9 Instead it's reading directly from ``/proc/kcore`` or vmcore and pretty prints
/linux/Documentation/trace/
H A Dosnoise-tracer.rst128 capture a vmcore.
/linux/Documentation/admin-guide/sysctl/
H A Dkernel.rst886 is useful to define the root cause of RCU stalls using a vmcore.
/linux/Documentation/admin-guide/
H A Ddevices.txt18 12 = /dev/oldmem OBSOLETE - replaced by /proc/vmcore
H A Dkernel-parameters.txt4115 append dump data to vmcore so you can collect driver
/linux/
H A DMAINTAINERS11911 F: fs/proc/vmcore.c
11914 F: include/uapi/linux/vmcore.h