summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2014-04-17 08:41:46 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-04-17 14:20:39 -0500
commit48e4f6a7f121685a15851ee3638edd6f8c1007e7 (patch)
tree0f8c3cb994e45f13675f2f290f8087ff0f919aea /src/usr
parent4ecd92394c4db9d77b4a7e9d0c1878a221a4a764 (diff)
downloadtalos-hostboot-48e4f6a7f121685a15851ee3638edd6f8c1007e7.tar.gz
talos-hostboot-48e4f6a7f121685a15851ee3638edd6f8c1007e7.zip
Make istep dispatcher trace debug instead of field
The istep dispatcher had a highly called function that was doing field traces of enter/exit which were useless. I made it a debug trace with this. Change-Id: Ieb87be73afbacb80140ae250188b57fe9eec4325 Backport: release-fips810 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10608 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/initservice/istepdispatcher/istepdispatcher.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/initservice/istepdispatcher/istepdispatcher.C b/src/usr/initservice/istepdispatcher/istepdispatcher.C
index c2afaf215..e62c105cb 100644
--- a/src/usr/initservice/istepdispatcher/istepdispatcher.C
+++ b/src/usr/initservice/istepdispatcher/istepdispatcher.C
@@ -1190,7 +1190,7 @@ void IStepDispatcher::iStepBreakPoint(uint32_t i_info)
// ----------------------------------------------------------------------------
bool IStepDispatcher::isShutdownRequested()
{
- TRACFCOMP(g_trac_initsvc, ENTER_MRK"IStepDispatcher::isShutdownRequested");
+ TRACDCOMP(g_trac_initsvc, ENTER_MRK"IStepDispatcher::isShutdownRequested");
mutex_lock(&iv_mutex);
bool isShutdownRequested = iv_shutdown;
@@ -1201,7 +1201,7 @@ bool IStepDispatcher::isShutdownRequested()
isShutdownRequested = isFutureShutdownRequested();
}
- TRACFCOMP(g_trac_initsvc, EXIT_MRK"IStepDispatcher::isShutdownRequested");
+ TRACDCOMP(g_trac_initsvc, EXIT_MRK"IStepDispatcher::isShutdownRequested");
return isShutdownRequested;
}
OpenPOWER on IntegriCloud