summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plugins/prdfMemLogParse.C
diff options
context:
space:
mode:
authorCaleb Palmer <cnpalmer@us.ibm.com>2017-01-17 14:33:15 -0600
committerZane C. Shelley <zshelle@us.ibm.com>2017-02-17 13:54:01 -0500
commitb0b1c62e528e8756282afb304e853c4411c21ac9 (patch)
treef70642119d5f348c9c0fd48aa8756bd421320ef2 /src/usr/diag/prdf/common/plugins/prdfMemLogParse.C
parenta3fd64b53ed779b957ef071430c4b80491a33ac1 (diff)
downloadtalos-hostboot-b0b1c62e528e8756282afb304e853c4411c21ac9.tar.gz
talos-hostboot-b0b1c62e528e8756282afb304e853c4411c21ac9.zip
PRD: TD controller state capture data
Change-Id: I63240fd048efdacc9054915ad18d7ac86f5c4503 RTC: 164706 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35276 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com> Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36519 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/common/plugins/prdfMemLogParse.C')
-rw-r--r--src/usr/diag/prdf/common/plugins/prdfMemLogParse.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/diag/prdf/common/plugins/prdfMemLogParse.C b/src/usr/diag/prdf/common/plugins/prdfMemLogParse.C
index dfcf2be44..14f1db9e4 100644
--- a/src/usr/diag/prdf/common/plugins/prdfMemLogParse.C
+++ b/src/usr/diag/prdf/common/plugins/prdfMemLogParse.C
@@ -3351,9 +3351,9 @@ bool parseTdCtlrStateData( uint8_t * i_buffer, uint32_t i_buflen,
{
bool o_rc = true;
- if ( Util::hashString("TDCTLR_STATE_DATA_START") == i_sigId )
+ if ( Util::hashString(TD_CTLR_DATA::START) == i_sigId )
i_parser.PrintString( " TDCTLR_STATE_DATA_START", "" );
- else if ( Util::hashString("TDCTLR_STATE_DATA_END") == i_sigId )
+ else if ( Util::hashString(TD_CTLR_DATA::END) == i_sigId )
i_parser.PrintString( " TDCTLR_STATE_DATA_END", "" );
// These are copies of the enums in prdfCenMbaTdCtlr_common.H. This is not
OpenPOWER on IntegriCloud