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

/gem5/src/arch/riscv/
H A Disa.cc138 tc->getCpuPtr()->totalInsts());
139 return tc->getCpuPtr()->totalInsts();
/gem5/src/cpu/minor/
H A Dcpu.hh142 Counter totalInsts() const override;
H A Dcpu.cc337 MinorCPU::totalInsts() const function in class:MinorCPU
/gem5/src/cpu/simple/
H A Dbase.hh174 Counter totalInsts() const override;
H A Dbase.cc185 BaseSimpleCPU::totalInsts() const function in class:BaseSimpleCPU
/gem5/src/cpu/
H A Dbase.hh447 virtual Counter totalInsts() const = 0;
614 total += cpuList[i]->totalInsts();
/gem5/src/cpu/kvm/
H A Dbase.hh112 Counter totalInsts() const override;
H A Dbase.cc598 BaseKvmCPU::totalInsts() const function in class:BaseKvmCPU
606 hack_once("Pretending totalOps is equivalent to totalInsts()\n");
/gem5/src/cpu/trace/
H A Dtrace_cpu.hh160 Counter totalInsts() const function in class:TraceCPU
/gem5/src/cpu/o3/
H A Dcpu.hh243 Counter totalInsts() const override;
H A Dcpu.cc672 FullO3CPU<Impl>::totalInsts() const function in class:FullO3CPU
/gem5/src/cpu/checker/
H A Dcpu.hh163 virtual Counter totalInsts() const override

Completed in 34 milliseconds