summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/framework/register/prdfCaptureData.C
diff options
context:
space:
mode:
authorprem <premjha2@in.ibm.com>2012-12-04 08:51:19 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-02-15 07:17:34 -0600
commite3aa31e88b5074f67b9b145c224ef9613afee1e9 (patch)
treee9a1665048740ad735810cee9f23bb88b14c322a /src/usr/diag/prdf/common/framework/register/prdfCaptureData.C
parent22813205c0a225f01d8c6cb4e207687e7cc9ed42 (diff)
downloadblackbird-hostboot-e3aa31e88b5074f67b9b145c224ef9613afee1e9.tar.gz
blackbird-hostboot-e3aa31e88b5074f67b9b145c224ef9613afee1e9.zip
Design change for PRD Register
- Addressed the use case of attention in PLL Domain.RuleChip under analysis is pushed to stack at the beginning of all public function of RuleChip.Same is poped back at the end of function. - Scope of RuleChip stack is no longer bound to scope of ServiceDataCollector. Change-Id: I152e85332f5443dbef3efeebc7de530ee0fee241 RTC: 47515 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2543 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3197
Diffstat (limited to 'src/usr/diag/prdf/common/framework/register/prdfCaptureData.C')
-rwxr-xr-xsrc/usr/diag/prdf/common/framework/register/prdfCaptureData.C29
1 files changed, 2 insertions, 27 deletions
diff --git a/src/usr/diag/prdf/common/framework/register/prdfCaptureData.C b/src/usr/diag/prdf/common/framework/register/prdfCaptureData.C
index f4ff1e4d0..1c4c2219f 100755
--- a/src/usr/diag/prdf/common/framework/register/prdfCaptureData.C
+++ b/src/usr/diag/prdf/common/framework/register/prdfCaptureData.C
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2003,2012 */
+/* COPYRIGHT International Business Machines Corp. 2003,2013 */
/* */
/* p1 */
/* */
@@ -43,25 +43,12 @@
#include <netinet/in.h>
#endif
-
-#ifndef IIPBITS_H
#include <iipbits.h>
-#endif
-
-// 3 dg06d
#include <prdfHomRegisterAccess.H> // dg06a
-#include <iipScanCommRegisterChip.h> // dg06a
-
-#ifndef IIPCHIP_H
+#include <prdfScomRegister.H>
#include <iipchip.h>
-#endif
-
-#ifndef IIPCAPTUREDATA_H
#include <iipCaptureData.h>
-#endif
-
#include <string.h>
-
#include <algorithm> // @jl04 a Add this for the Drop function.
namespace PRDF
@@ -156,18 +143,6 @@ void CaptureData::Add( TARGETING::TargetHandle_t i_pchipHandle, int scomId,
// end dg02
-// start dg06a
-void CaptureData::Add( TARGETING::TargetHandle_t i_pchipHandle,
- int iScomId, uint64_t iScomAddress,
- uint32_t iScomBitLength, Place iplace )
-{
- HomRegisterAccessScom hops(i_pchipHandle);
- ScanCommRegisterChip scrc(iScomAddress, iScomBitLength, hops);
-
- Add(i_pchipHandle, iScomId, scrc, iplace);
-}
-
-// end dg06a
// start jl04a
void CaptureData::Drop(RegType i_type)
OpenPOWER on IntegriCloud