Home
last modified time | relevance | path

Searched refs:kdump (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/testcases/kdump/
H A Drunkdump.sh13 cat <<EOF >kdump.cron
17 @reboot cd "$(pwd)"; cd ..; ${0} >>/tmp/kdump-$(date +%F-%T).log 2>&1
20 crontab kdump.cron
43 echo "Start kdump daemon."
44 /etc/init.d/kdump restart
46 echo "Enable kdump daemon by default."
49 /sbin/chkconfig kdump on
53 /sbin/update-rc.d kdump defaults
/third_party/ltp/testcases/kernel/mce-test/drivers/kdump/
H A Ddriver.sh5 # information about kdump dirver please refer to doc/README.kdump.
10 # This file is based on kdump test case in LTP.
18 export driver=kdump
35 cat <<EOF > $WDIR/kdump.cron
42 crontab $WDIR/kdump.cron
65 echo "Start kdump daemon."
67 if [ -f /etc/init.d/kdump ]; then
68 daemon=kdump
71 daemon=boot.kdump
[all...]
/third_party/ltp/testcases/kernel/mce-test/lib/
H A Dsoft-inject.sh54 kdump*)
96 kdump*)
/third_party/ltp/testcases/
H A DMakefile10 # kdump shouldn't be compiled by default, because it's runtime based and will
12 FILTER_OUT_DIRS := kdump

Completed in 2 milliseconds