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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_runnable_int.h49 # define DEBUG_NAME ""
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_NAME,result_p,"popping method");
313 DEBUG_MSG(DEBUG_NAME,result_p,"popping thread for execution");
348 DEBUG_MSG(DEBUG_NAME,now_
[all...]
H A Dsc_simcontext_int.h48 # define DEBUG_NAME ""
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");
298 #undef DEBUG_NAME macro
318 // Andy Goodrich: use the DEBUG_NAME macro in DEBUG_MSG invocations.
H A Dsc_thread_process.h50 # define DEBUG_NAME ""
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");
502 #undef DEBUG_NAME macro
530 // Andy Goodrich: use the DEBUG_NAME macro in DEBUG_MSG invocations.
H A Dsc_method_process.cpp43 # define DEBUG_NAME ""
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");
H A Dsc_method_process.h61 # define DEBUG_NAME ""
303 DEBUG_MSG(DEBUG_NAME,this,"executing method semantics");
308 DEBUG_MSG(DEBUG_NAME,this,"caught unwind exception");
H A Dsc_thread_process.cpp46 # define DEBUG_NAME ""
645 DEBUG_MSG(DEBUG_NAME,child_p,"about to throw user on");
665 DEBUG_MSG(DEBUG_NAME,this,"throwing user exception to");
875 #undef DEBUG_NAME macro
939 // Andy Goodrich: use the DEBUG_NAME macro for DEBUG_MSG messages.
H A Dsc_simcontext.cpp72 # define DEBUG_NAME ""
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_NAME, method_h,
1464 DEBUG_MSG( DEBUG_NAME, method_h,

Completed in 23 milliseconds