Home
last modified time | relevance | path

Searched refs:EPOCHTIME (Results 1 – 6 of 6) sorted by relevance

/openbmc/openpower-debug-collector/dump/tools/opdump/
H A Dopdreport62 declare -x EPOCHTIME
63 EPOCHTIME=$(date +"%s")
72 dDay=$(date -d @"$EPOCHTIME" +'%Y%m%d%H%M%S')
117 content_path="/tmp/dump_${dump_id}_${EPOCHTIME}"
130 FILE="/tmp/dumpheader_${dump_id}_${EPOCHTIME}"
/openbmc/openpower-debug-collector/dump/tools/bmcdump/scripts/
H A Dpackage19 cat "$name_dir.bin" | tee -a "/tmp/dumpheader_$EPOCHTIME" > /dev/null
22 mv "/tmp/dumpheader_$EPOCHTIME" "$name_dir"
/openbmc/phosphor-debug-collector/tools/dreport.d/
H A Ddreport52 declare -rx EPOCHTIME=$(date +"%s")
170 log_summary "Epochtime: $EPOCHTIME"
183 name=$"obmcdump_"$dump_id"_$EPOCHTIME"
239 cat "$name_dir.tar.xz" | tee -a "/tmp/dumpheader_$EPOCHTIME" > /dev/null
240 mv "/tmp/dumpheader_$EPOCHTIME" "$name_dir.tar.xz"
/openbmc/phosphor-debug-collector/tools/dreport.d/ibm.d/
H A Dgendumpheader24 declare -x FILE="/tmp/dumpheader_$EPOCHTIME"
32 declare -x dDay=$(date -d @$EPOCHTIME +'%Y%m%d%H%M%S')
/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/
H A Dldapdump36 file_name=$"ldap_bmcdump_$EPOCHTIME"
/openbmc/openpower-debug-collector/dump/tools/common/include/
H A Dgendumpheader41 dDay=$(date -d @"$EPOCHTIME" +'%Y%m%d%H%M%S')