Home
last modified time | relevance | path

Searched refs:dump_type (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-debug-collector/tools/dreport.d/
H A Ddreport70 declare -x dump_type=$TYPE_USER
90 case $dump_type in
116 log_error "Skipping: Unknown dump type: $dump_type"
121 plugin_path=$DREPORT_SOURCE/$PLUGIN$dump_type.d
173 log_summary "Type: $dump_type"
203 if ! { [[ $dump_type = "$TYPE_USER" ]] || \
204 [[ $dump_type = "$TYPE_CORE" ]] || \
205 [[ $dump_type = "$TYPE_ELOG" ]] || \
206 [[ $dump_type = "$TYPE_RAMOOPS" ]] || \
207 [[ $dump_type
[all...]
/openbmc/openpower-debug-collector/dump/tools/common/include/
H A Dgendumpheader157 # shellcheck disable=SC2154 # dump_type comes from elsewhere
158 if [ "$dump_type" = "$OP_DUMP" ]; then
173 if ! { [[ $dump_type = "$TYPE_ELOG" ]] || \
174 [[ $dump_type = "$TYPE_CHECKSTOP" ]]; }; then
305 if [ "$dump_type" = "$OP_DUMP" ]; then
333 if [ "$dump_type" = "$OP_DUMP" ]; then
341 if [ "$dump_type" = "$OP_DUMP" ]; then
384 if [ $dump_type = "$TYPE_FAULTDATA" ]; then
568 if [ "$dump_type" = "$OP_DUMP" ]; then
H A Dopfunctions29 if [ $dump_type = "$TYPE_FAULTDATA" ]; then
/openbmc/openpower-debug-collector/dump/tools/bmcdump/scripts/
H A Dpackage20 if [ "$dump_type" = "$TYPE_FAULTDATA" ]; then
/openbmc/openpower-debug-collector/dump/tools/opdump/
H A Dopdreport58 declare -x dump_type="$OP_DUMP"