Searched refs:getCause (Results 26 - 45 of 45) sorted by relevance
12
/gem5/util/tlm/src/ |
H A D | sim_control.cc | 168 << ", cause: " << exit_event->getCause() << '\n';
|
/gem5/util/systemc/gem5_within_systemc/ |
H A D | sc_gem5_control.cc | 287 << ", cause: " << exit_event->getCause() << '\n';
|
/gem5/configs/example/ |
H A D | ruby_mem_test.py | 174 print('Exiting @ tick', m5.curTick(), 'because', exit_event.getCause())
|
H A D | ruby_gpu_random_test.py | 189 print('Exiting @ tick', m5.curTick(), 'because', exit_event.getCause())
|
H A D | hmctest.py | 111 event.getCause(),
|
H A D | garnet_synth_traffic.py | 156 print('Exiting @ tick', m5.curTick(), 'because', exit_event.getCause())
|
H A D | apu_se.py | 561 if exit_event.getCause() == "a thread reached the max instruction count": 567 while exit_event.getCause() == "switchcpu": 581 print('Exiting because ', exit_event.getCause())
|
H A D | memtest.py | 335 print('Exiting @ tick', m5.curTick(), 'because', exit_event.getCause())
|
H A D | memcheck.py | 321 print('Exiting @ tick', m5.curTick(), 'because', exit_event.getCause())
|
H A D | read_config.py | 555 print('Exiting @ tick %i because %s' % (m5.curTick(), exit_event.getCause()))
|
/gem5/configs/example/arm/ |
H A D | starter_fs.py | 185 exit_msg = event.getCause()
|
H A D | starter_se.py | 231 print(event.getCause(), " @ ", m5.curTick())
|
H A D | fs_bigLITTLE.py | 325 exit_msg = event.getCause()
|
/gem5/tests/gem5/cpu_tests/ |
H A D | run.py | 173 if exit_event.getCause() != 'exiting with last active thread context':
|
/gem5/tests/ |
H A D | run.py | 148 print('Exiting @ tick', m5.curTick(), 'because', exit_event.getCause())
|
/gem5/ext/sst/ |
H A D | gem5.cc | 179 curTick(), event->getCause().c_str(), event->getCode());
|
/gem5/configs/splash2/ |
H A D | run.py | 288 print('Exiting @ tick', m5.curTick(), 'because', exit_event.getCause())
|
H A D | cluster.py | 303 print('Exiting @ tick', m5.curTick(), 'because', exit_event.getCause())
|
/gem5/src/python/m5/ |
H A D | simulate.py | 205 while exit_event.getCause() != 'Finished drain':
|
/gem5/tests/configs/ |
H A D | gpu-ruby.py | 82 print('Exiting @ tick', m5.curTick(), 'because', exit_event.getCause())
|
Completed in 17 milliseconds
12