Searched refs:totalOps (Results 1 - 12 of 12) sorted by relevance

/gem5/src/cpu/minor/
H A Dcpu.hh143 Counter totalOps() const override;
H A Dcpu.cc348 MinorCPU::totalOps() const function in class:MinorCPU
/gem5/src/cpu/simple/
H A Dbase.hh175 Counter totalOps() const override;
H A Dbase.cc196 BaseSimpleCPU::totalOps() const function in class:BaseSimpleCPU
/gem5/src/cpu/
H A Dbase.hh449 virtual Counter totalOps() const = 0;
625 total += cpuList[i]->totalOps();
H A Dbase.cc98 Counter temp = cpu->totalOps();
/gem5/src/cpu/kvm/
H A Dbase.hh113 Counter totalOps() const override;
H A Dbase.cc604 BaseKvmCPU::totalOps() const function in class:BaseKvmCPU
606 hack_once("Pretending totalOps is equivalent to totalInsts()\n");
/gem5/src/cpu/trace/
H A Dtrace_cpu.hh166 * Return totalOps as the number of committed micro-ops plus the
171 Counter totalOps() const function in class:TraceCPU
/gem5/src/cpu/o3/
H A Dcpu.hh246 Counter totalOps() const override;
H A Dcpu.cc685 FullO3CPU<Impl>::totalOps() const function in class:FullO3CPU
/gem5/src/cpu/checker/
H A Dcpu.hh168 virtual Counter totalOps() const override

Completed in 34 milliseconds