Searched refs:execComplete (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/trace/
H A Dtrace_cpu.hh867 execComplete(false),
964 * Returns the execComplete variable which is set when the last
967 * @return bool true if execComplete is set, false otherwise.
969 bool isExecComplete() const { return execComplete; }
1015 bool execComplete; member in class:TraceCPU::ElasticDataGen
H A Dtrace_cpu.cc615 // set execComplete to true
619 execComplete = true;

Completed in 13 milliseconds