summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/pegasus/CommonActions.rule
diff options
context:
space:
mode:
authorChris Phan <cphan@us.ibm.com>2013-03-04 07:01:50 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-05-06 16:49:41 -0500
commitaac793482585434454f414c9e81bb185796beed5 (patch)
treedd64e4f6350ac123c78f42a90beadbe12fefb711 /src/usr/diag/prdf/common/plat/pegasus/CommonActions.rule
parent62f45f434e9136b7f4d067c60252110ce15d647c (diff)
downloadtalos-hostboot-aac793482585434454f414c9e81bb185796beed5.tar.gz
talos-hostboot-aac793482585434454f414c9e81bb185796beed5.zip
Redesign PRDF MNFG Threshold tool code to make it common
Change-Id: If4abbe7f68ce53d8de56ec3cb202b51e33740bb6 RTC: 65507 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3412 Reviewed-by: BENJAMIN J. WEISENBECK <bweisenb@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Squashed: Ia05e56c51d3ed08210e765aaa623ca810d0b0371 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/common/plat/pegasus/CommonActions.rule')
-rwxr-xr-xsrc/usr/diag/prdf/common/plat/pegasus/CommonActions.rule9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/usr/diag/prdf/common/plat/pegasus/CommonActions.rule b/src/usr/diag/prdf/common/plat/pegasus/CommonActions.rule
index 6892234bb..760f0b5f3 100755
--- a/src/usr/diag/prdf/common/plat/pegasus/CommonActions.rule
+++ b/src/usr/diag/prdf/common/plat/pegasus/CommonActions.rule
@@ -52,7 +52,7 @@
# threshold( field( 5 / 2 min) );
# threshold( field(32 / 1 day), mfg(2 / hour) );
# threshold( field( 2 / min), mfg(1 ) );
-# threshold( field(32 / day), mfg_file(P7CORE_L2_CACHE_CES) );
+# threshold( field(32 / day), mfg_file(P8CHIP_OFFNODE_BUS_CES) );
/** Threshold of 1 */
actionclass threshold1
@@ -71,6 +71,13 @@ actionclass SUEGenerationPoint
flag(UERE);
};
+/** Threshold OnNode Bus CE */
+actionclass thresholdOnNode
+{
+ threshold( field(32 / day), mfg_file(P8CHIP_ONNODE_BUS_CES));
+};
+
+
################################################################################
# Simple Callouts #
################################################################################
OpenPOWER on IntegriCloud