Searched refs:vmcore (Results 1 – 13 of 13) sorted by relevance
94 gdb -batch -batch-silent -x $WDIR/get_klog_gdb.cmd $VMLINUX $vmcore \134 gdb -batch -batch-silent -x $WDIR/dump_gcov_gdb.cmd $VMLINUX $vmcore \144 if ! gcovdump -g $h $vmcore &> /dev/null; then167 vmcore=$(ls -t "${COREDIR}"/*/vmcore* 2>/dev/null | head -1)169 if [ -n "$vmcore" -a -f "$vmcore" ]; then170 export vmcore184 if [ -z "$vmcore" ]; then
14 # Where vmcore will be saved.58 # Dump vmcore on an EXT3 partition.61 # Dump vmcore on an EXT3 partition with a LABEL.64 # Dump vmcore on an EXT3 partition with a partition UID.67 # Dump vmcore on a RAW partition.70 # Dump vmcore on network.75 # Dump vmcore on a mounted NFS filesystem.
4 vmcore=${1}; shift15 ls -lh "${vmcore}"23 readelf -a "${vmcore}"63 crash -i crash_cmd "${VMLINUX}" "${vmcore}"
19 == filtered vmcore utilities ==20 - in different compressed levels, verify the vmcore with the correct24 == analyse vmcore utilities ==30 - timestamp information for crash was triggered, vmcore was generated,31 and vmcore was verified.44 - capture vmcore after init runs.
10 3. Kdump kernel boots and saves a vmcore.12 5. vmcore is validated and results are saved.48 * kernel-debuginfo rpm (if using crash to verify vmcore)53 the tests results and one vmcore file (size of physical memory).
119 vmcore=$(ls -t "${COREDIR}"/*/vmcore* 2>/dev/null | head -1)134 if [ -f "${vmcore}" ]; then138 ./verify.sh "../${conf}" "${vmcore}" "${CRASH}" \
106 vmcore (for kdump) vmcore file name129 work for test cases, such as kdump driver collects vmcore file, and292 b. Kdump kernel boots and saves a vmcore.327 c. Configure where to put the kdump /proc/vmcore files. The path should be329 By default, the kdump /proc/vmcore files will be put into /var/crash.342 for the tests results and one vmcore file (size of physical358 …After system reboot, check if there are vmcore files. By default, they are in /var/crash/*/. If ye…