Searched refs:instCnt (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/
H A Dbase.hh115 Tick instCnt; member in class:BaseCPU
217 Tick instCount() { return instCnt; }
H A Dbase.cc129 : ClockedObject(p), instCnt(0), _cpuId(p->cpu_id), _socketId(p->socket_id),
715 SERIALIZE_SCALAR(instCnt);
736 UNSERIALIZE_SCALAR(instCnt);
/gem5/src/cpu/simple/
H A Dtiming.cc814 instCnt++;
833 instCnt++;
H A Datomic.cc739 instCnt++;

Completed in 8 milliseconds