Searched refs:CountedExitEvent (Results 1 - 5 of 5) sorted by relevance

/gem5/src/sim/
H A Dsim_events.cc153 CountedExitEvent::CountedExitEvent(const std::string &_cause, int &counter) function in class:CountedExitEvent
165 CountedExitEvent::process()
174 CountedExitEvent::description() const
H A Dsim_events.hh103 class CountedExitEvent : public Event class in inherits:Event
110 CountedExitEvent(const std::string &_cause, int &_downCounter);
/gem5/src/cpu/
H A Dbase.cc193 Event *event = new CountedExitEvent(cause, *counter);
220 Event *event = new CountedExitEvent(cause, *counter);
/gem5/src/cpu/trace/
H A Dtrace_cpu.hh139 * A CountedExitEvent that contains a static int belonging to the Trace CPU
1106 * to the CountedExitEvent event used for counting down exit events. It is
1113 * A CountedExitEvent which when serviced decrements the counter. A sim
1117 CountedExitEvent *execCompleteEvent;
H A Dtrace_cpu.cc150 execCompleteEvent = new CountedExitEvent("end of all traces reached.",

Completed in 16 milliseconds