summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/cen/cen_centaur_actions.rule
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2018-04-24 11:26:06 -0500
committerZane C. Shelley <zshelle@us.ibm.com>2018-04-27 21:29:49 -0400
commited55b087c5b070c99bdd4cb379e1291282d89897 (patch)
treec0877310845d8fef26d9fe1229c0a45105966300 /src/usr/diag/prdf/common/plat/cen/cen_centaur_actions.rule
parent06d556e9b03c86d451b3a383f12834cb88302ae1 (diff)
downloadtalos-hostboot-ed55b087c5b070c99bdd4cb379e1291282d89897.tar.gz
talos-hostboot-ed55b087c5b070c99bdd4cb379e1291282d89897.zip
PRD: single bit analysis support for MEMBUF target
Change-Id: I9203af796be7f832d1aac1ed674252cb2df29e66 RTC: 187481 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57750 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com> Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57884 CI-Ready: Zane C. Shelley <zshelle@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/common/plat/cen/cen_centaur_actions.rule')
-rw-r--r--src/usr/diag/prdf/common/plat/cen/cen_centaur_actions.rule33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/common/plat/cen/cen_centaur_actions.rule b/src/usr/diag/prdf/common/plat/cen/cen_centaur_actions.rule
index 9ee085a9b..47a75bfad 100644
--- a/src/usr/diag/prdf/common/plat/cen/cen_centaur_actions.rule
+++ b/src/usr/diag/prdf/common/plat/cen/cen_centaur_actions.rule
@@ -23,9 +23,42 @@
#
# IBM_PROLOG_END_TAG
+/** Callout the connected MBA 0 */
+actionclass calloutMba0 { callout(connected(TYPE_MBA, 0), MRU_MED); };
+
+/** Callout the connected MBA 1 */
+actionclass calloutMba1 { callout(connected(TYPE_MBA, 1), MRU_MED); };
+
+/** Callout the connected MBA 0, threshold 1 */
+actionclass mba0_th_1 { calloutMba0; threshold1; };
+
+/** Callout the connected MBA 1, threshold 1 */
+actionclass mba1_th_1 { calloutMba1; threshold1; };
+
+/** Callout the connected MBA 0, threshold 1, SUE source */
+actionclass mba0_th_1_UERE { mba0_th_1; SueSource; };
+
+/** Callout the connected MBA 1, threshold 1, SUE source */
+actionclass mba1_th_1_UERE { mba1_th_1; SueSource; };
+
+/** Threshold and mask policy (MBA 0) */
+actionclass threshold_and_mask_mba0 { calloutMba0; threshold_and_mask; };
+
+/** Threshold and mask policy (MBA 1) */
+actionclass threshold_and_mask_mba1 { calloutMba1; threshold_and_mask; };
+
/** Callout the connected L4 */
actionclass calloutL4 { callout(connected(TYPE_L4), MRU_MED); };
+/** Callout the connected L4, threshold 1 */
+actionclass l4_th_1 { calloutL4; threshold1; };
+
+/** Callout the connected L4, threshold 32/day */
+actionclass l4_th_32perDay { calloutL4; threshold32pday; };
+
+/** Callout the connected L4, threshold 1, SUE source */
+actionclass l4_th_1_UERE { l4_th_1; SueSource; };
+
/** L4 cache SRW CE */
actionclass l4_cache_srw_ce
{
OpenPOWER on IntegriCloud