Searched refs:DEBUG_MSG (Results 1 - 7 of 7) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_runnable_int.h42 // DEBUG_MSG(NAME,P,MSG)
50 # define DEBUG_MSG(NAME,P,MSG) \
58 # define DEBUG_MSG(NAME,P,MSG) macro
108 DEBUG_MSG(DEBUG_NAME,method_h,"pushing this method to execute next");
122 DEBUG_MSG(DEBUG_NAME,thread_h,"pushing this thread to execute next");
195 DEBUG_MSG(DEBUG_NAME,method_h,"pushing back method");
212 DEBUG_MSG(DEBUG_NAME,thread_h,"pushing back thread");
230 DEBUG_MSG(DEBUG_NAME,method_h,"pushing front method");
255 DEBUG_MSG(DEBUG_NAME,thread_h,"pushing front thread");
288 DEBUG_MSG(DEBUG_NAM
488 #undef DEBUG_MSG macro
[all...]
H A Dsc_simcontext_int.h41 // DEBUG_MSG(NAME,P,MSG)
49 # define DEBUG_MSG(NAME,P,MSG) \
57 # define DEBUG_MSG(NAME,P,MSG) macro
170 DEBUG_MSG( DEBUG_NAME, invoke_thread_p,
174 DEBUG_MSG( DEBUG_NAME, thread_h, "preempting method with thread" );
178 DEBUG_MSG(DEBUG_NAME, thread_h, "back from preempting method w/thread");
192 DEBUG_MSG( DEBUG_NAME, thread_h,
207 DEBUG_MSG(DEBUG_NAME,thread_h,"self preemption of active thread");
297 #undef DEBUG_MSG macro
314 // Andy Goodrich: eliminated warning message that occurred if the DEBUG_MSG
[all...]
H A Dsc_thread_process.h43 // DEBUG_MSG(NAME,P,MSG)
51 # define DEBUG_MSG(NAME,P,MSG) \
59 # define DEBUG_MSG(NAME,P,MSG) macro
220 DEBUG_MSG( DEBUG_NAME , this, "suspending thread");
222 DEBUG_MSG( DEBUG_NAME , this, "resuming thread");
240 DEBUG_MSG( DEBUG_NAME , this, "throwing reset for");
245 DEBUG_MSG( DEBUG_NAME, this, "invoking throw_it for");
253 DEBUG_MSG( DEBUG_NAME, this, "throwing kill for");
258 DEBUG_MSG( DEBUG_NAME, this, "restarting thread");
501 #undef DEBUG_MSG macro
[all...]
H A Dsc_method_process.h54 // DEBUG_MSG(NAME,P,MSG)
62 # define DEBUG_MSG(NAME,P,MSG) \
70 # define DEBUG_MSG(NAME,P,MSG) macro
303 DEBUG_MSG(DEBUG_NAME,this,"executing method semantics");
308 DEBUG_MSG(DEBUG_NAME,this,"caught unwind exception");
368 #undef DEBUG_MSG macro
388 // Andy Goodrich: eliminate warning messages generated when the DEBUG_MSG
H A Dsc_method_process.cpp36 // DEBUG_MSG(NAME,P,MSG)
44 # define DEBUG_MSG(NAME,P,MSG) \
52 # define DEBUG_MSG(NAME,P,MSG) macro
537 DEBUG_MSG(DEBUG_NAME,this,"throw_reset: throwing exception");
543 DEBUG_MSG(DEBUG_NAME,this,
586 DEBUG_MSG(DEBUG_NAME,child_p,"about to throw user on");
848 // Andy Goodrich: additional DEBUG_MSG instances to trace process handling.
861 // Andy Goodrich: eliminate warning messages generated when the DEBUG_MSG
866 // (1) Add DEBUG_MSG macro and use it to generate a journal of method
H A Dsc_thread_process.cpp39 // DEBUG_MSG(NAME,P,MSG)
47 # define DEBUG_MSG(NAME,P,MSG) \
55 # define DEBUG_MSG(NAME,P,MSG) macro
645 DEBUG_MSG(DEBUG_NAME,child_p,"about to throw user on");
665 DEBUG_MSG(DEBUG_NAME,this,"throwing user exception to");
874 #undef DEBUG_MSG macro
923 // Andy Goodrich: additional DEBUG_MSG instances to trace process handling.
935 // Andy Goodrich: eliminated warning message that occurred if the DEBUG_MSG
939 // Andy Goodrich: use the DEBUG_NAME macro for DEBUG_MSG messages.
H A Dsc_simcontext.cpp65 // DEBUG_MSG(NAME,P,MSG)
73 # define DEBUG_MSG(NAME,P,MSG) \
81 # define DEBUG_MSG(NAME,P,MSG) macro
325 DEBUG_MSG( DEBUG_NAME, m_method, "back from preemption" );
336 DEBUG_MSG( DEBUG_NAME, me, "invoker initialization" );
339 DEBUG_MSG( DEBUG_NAME, m_method, "invoker executing method" );
345 DEBUG_MSG( DEBUG_NAME, m_method, "back from executing method" );
1424 DEBUG_MSG(DEBUG_NAME,method_h,"self preemption of active method");
1438 DEBUG_MSG( DEBUG_NAME, method_h,
1452 DEBUG_MSG( DEBUG_NAM
[all...]

Completed in 20 milliseconds