Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/mce-test/drivers/kdump/
Ddriver.sh94 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; then
167 vmcore=$(ls -t "${COREDIR}"/*/vmcore* 2>/dev/null | head -1)
169 if [ -n "$vmcore" -a -f "$vmcore" ]; then
170 export vmcore
184 if [ -z "$vmcore" ]; then
/third_party/ltp/testcases/kdump/sample/
Drunkdump.EXTRA_LKDTM.SLES14 # 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.
Drunkdump.BASIC_LKDTM.SLES14 # 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.
Drunkdump.EXTRA_LKDTM.RHEL14 # 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.
Drunkdump.CRASHER.RHEL14 # 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.
Drunkdump.BASIC_LKDTM.RHEL14 # 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.
Drunkdump.CRASHER.SLES14 # 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.
/third_party/ltp/testcases/kdump/lib/
Dverify.sh4 vmcore=${1}; shift
15 ls -lh "${vmcore}"
23 readelf -a "${vmcore}"
63 crash -i crash_cmd "${VMLINUX}" "${vmcore}"
/third_party/ltp/testcases/kdump/doc/
DTEST_PLAN.txt19 == filtered vmcore utilities ==
20 - in different compressed levels, verify the vmcore with the correct
24 == analyse vmcore utilities ==
30 - timestamp information for crash was triggered, vmcore was generated,
31 and vmcore was verified.
44 - capture vmcore after init runs.
DREADME10 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).
/third_party/ltp/testcases/kdump/
Drunkdump.sh119 vmcore=$(ls -t "${COREDIR}"/*/vmcore* 2>/dev/null | head -1)
134 if [ -f "${vmcore}" ]; then
138 ./verify.sh "../${conf}" "${vmcore}" "${CRASH}" \
DREADME10 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).
/third_party/ltp/testcases/kernel/mce-test/doc/
Dhowto.txt106 vmcore (for kdump) vmcore file name
129 work for test cases, such as kdump driver collects vmcore file, and
292 b. Kdump kernel boots and saves a vmcore.
327 c. Configure where to put the kdump /proc/vmcore files. The path should be
329 By default, the kdump /proc/vmcore files will be put into /var/crash.
342 for the tests results and one vmcore file (size of physical
358 …After system reboot, check if there are vmcore files. By default, they are in /var/crash/*/. If ye…