340a341
> #include <cassert>
762a764,765
> #include <cassert>
>
831a835,836
> #include <cassert>
>
832a838
> #include "base/trace.hh"
866,875c872,877
< if (Debug::getProtocolTrace()) {
< g_system_ptr->getProfiler()->profileTransition("${ident}",
< m_version, addr,
< ${ident}_State_to_string(state),
< ${ident}_Event_to_string(event),
< ${ident}_State_to_string(next_state),
< GET_TRANSITION_COMMENT());
< }
< CLEAR_TRANSITION_COMMENT();
< ${ident}_setState(addr, next_state);
---
> DPRINTFR(ProtocolTrace, "%7d %3s %10s%20s %6s>%-6s %s %s\\n",
> g_eventQueue_ptr->getTime(), m_version, "${ident}",
> ${ident}_Event_to_string(event),
> ${ident}_State_to_string(state),
> ${ident}_State_to_string(next_state),
> addr, GET_TRANSITION_COMMENT());
876a879,880
> CLEAR_TRANSITION_COMMENT();
> ${ident}_setState(addr, next_state);
878,885c882,887
< if (Debug::getProtocolTrace()) {
< g_system_ptr->getProfiler()->profileTransition("${ident}",
< m_version, addr,
< ${ident}_State_to_string(state),
< ${ident}_Event_to_string(event),
< ${ident}_State_to_string(next_state),
< "Resource Stall");
< }
---
> DPRINTFR(ProtocolTrace, "%7s %3s %10s%20s %6s>%-6s %s %s\\n",
> g_eventQueue_ptr->getTime(), m_version, "${ident}",
> ${ident}_Event_to_string(event),
> ${ident}_State_to_string(state),
> ${ident}_State_to_string(next_state),
> addr, "Resource Stall");
888,895c890,895
< if (Debug::getProtocolTrace()) {
< g_system_ptr->getProfiler()->profileTransition("${ident}",
< m_version, addr,
< ${ident}_State_to_string(state),
< ${ident}_Event_to_string(event),
< ${ident}_State_to_string(next_state),
< "Protocol Stall");
< }
---
> DPRINTFR(ProtocolTrace, "%7s %3s %10s%20s %6s>%-6s %s %s\\n",
> g_eventQueue_ptr->getTime(), m_version, "${ident}",
> ${ident}_Event_to_string(event),
> ${ident}_State_to_string(state),
> ${ident}_State_to_string(next_state),
> addr, "Protocol Stall");
995a996
> #include <cassert>
1090a1092
> #include <cassert>
1127a1130,1131
> #include <cassert>
>