summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2012-04-16 16:38:26 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-04-20 11:45:43 -0500
commita4efd44c7580647a242c6f27aab3dc2dde78c845 (patch)
treecd4f7fc9b22d0cc929d57298caa83bcd904229a5 /src/include/usr
parentf4d6a1ad50afed6ec411e627f6fd14eba96fe0dd (diff)
downloadtalos-hostboot-a4efd44c7580647a242c6f27aab3dc2dde78c845.tar.gz
talos-hostboot-a4efd44c7580647a242c6f27aab3dc2dde78c845.zip
add debug messages in HWAS istep functions
add istep trace messages to hwas istep functions, to be consistent with the other istep functions. add HWAS msg so we knows when the discoverTargets function is starting and finishing. Change-Id: Ia51ded05dcaf68fe89c259a7a3e733175a2fc0bd Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/905 Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/hwas/plat/hwasPlatTrace.H4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/usr/hwas/plat/hwasPlatTrace.H b/src/include/usr/hwas/plat/hwasPlatTrace.H
index 0dc3d36b2..a82687c30 100644
--- a/src/include/usr/hwas/plat/hwasPlatTrace.H
+++ b/src/include/usr/hwas/plat/hwasPlatTrace.H
@@ -43,6 +43,10 @@ extern trace_desc_t *g_trac_imp_hwas; // important - slow
#define HWAS_DBG(_fmt_, _args_...) \
TRACDCOMP(g_trac_dbg_hwas, TRACE_FILENAME _fmt_, ##_args_)
+// Information traces (go into slow trace buffer that should not wrap often)
+#define HWAS_INF(_fmt_, _args_...) \
+ TRACFCOMP(g_trac_imp_hwas, TRACE_FILENAME _fmt_, ##_args_)
+
// Error traces (go into slow trace buffer that should not wrap often)
#define HWAS_ERR(_fmt_, _args_...) \
TRACFCOMP(g_trac_imp_hwas, TRACE_FILENAME _fmt_, ##_args_)
OpenPOWER on IntegriCloud