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

/gem5/src/cpu/trace/
H A Dtrace_cpu.hh1115 * instances of Trace CPU have had their execCompleteEvent serviced.
1117 CountedExitEvent *execCompleteEvent; member in class:TraceCPU
1121 * configured true then the execCompleteEvent is not scheduled.
H A Dtrace_cpu.cc64 execCompleteEvent(nullptr),
150 execCompleteEvent = new CountedExitEvent("end of all traces reached.",
211 schedule(*execCompleteEvent, curTick());

Completed in 14 milliseconds