Searched refs:Counter (Results 26 - 50 of 52) sorted by relevance

123

/gem5/src/cpu/
H A DBaseCPU.py193 max_insts_all_threads = Param.Counter(0,
195 max_insts_any_thread = Param.Counter(0,
197 simpoint_start_insts = VectorParam.Counter([],
199 max_loads_all_threads = Param.Counter(0,
201 max_loads_any_thread = Param.Counter(0,
H A Dbase.cc98 Counter temp = cpu->totalOps();
751 BaseCPU::scheduleInstStop(ThreadID tid, Counter insts, const char *cause)
785 BaseCPU::scheduleLoadStop(ThreadID tid, Counter loads, const char *cause)
H A Dthread_context.hh303 virtual Counter readFuncExeInst() const = 0;
/gem5/src/mem/cache/
H A Dmshr_queue.cc62 Tick when_ready, Counter order, bool alloc_on_fill)
H A DCache.py90 max_miss_count = Param.Counter(0,
H A Dmshr.cc116 Counter order, Target::Source source, bool markPending,
254 Tick when_ready, Counter _order, bool alloc_on_fill)
326 MSHR::allocateTarget(PacketPtr pkt, Tick whenReady, Counter _order,
371 MSHR::handleSnoop(PacketPtr pkt, Counter _order)
H A Dbase.hh904 Counter missCount;
1391 std::unordered_map<Addr, Counter> delayCtr;
/gem5/src/cpu/kvm/
H A Dbase.hh112 Counter totalInsts() const override;
113 Counter totalOps() const override;
799 Counter ctrInsts;
H A Dbase.cc597 Counter
603 Counter
/gem5/src/cpu/simple/
H A Dexec_context.hh82 Counter numInst;
84 Counter numOp;
143 Counter numLoad;
151 Counter lastIcacheStall;
155 Counter lastDcacheStall;
H A Dbase.cc184 Counter
187 Counter total_inst = 0;
195 Counter
198 Counter total_op = 0;
/gem5/src/cpu/checker/
H A Dcpu.hh150 Counter numInst;
151 Counter startNumInst;
163 virtual Counter totalInsts() const override
168 virtual Counter totalOps() const override
174 Counter numLoad;
175 Counter startNumLoad;
H A Dthread_context.hh472 Counter
/gem5/src/base/
H A Dstatistics.cc333 cvec[i] = Counter();
346 cvec[i] = Counter();
369 cvec[i] = Counter();
391 cvec[i] = Counter();
H A Dtypes.hh34 * Counter, Tick, and (indirectly) {int,uint}{8,16,32,64}_t.
58 typedef int64_t Counter; typedef
/gem5/src/mem/ruby/system/
H A DSequencer.hh148 Stats::Counter getIncompleteTimes(const MachineType t) const
238 std::vector<Stats::Counter> m_IncompleteTimes;
/gem5/src/cpu/trace/
H A Dtrace_cpu.hh160 Counter totalInsts() const
171 Counter totalOps() const
/gem5/src/sim/
H A Deventq.hh215 static Counter instanceCounter;
221 Counter instance;
H A Deventq.cc76 Counter Event::instanceCounter = 0;
H A Dsystem.hh605 Counter totalNumInsts;
/gem5/src/cpu/o3/
H A Dcpu.hh243 Counter totalInsts() const override;
246 Counter totalOps() const override;
H A Dfetch.hh524 Counter lastIcacheStall[Impl::MaxThreads];
H A Dthread_context.hh430 Counter readFuncExeInst() const override { return thread->funcExeInst; }
H A Dcpu.cc671 Counter
674 Counter total(0);
684 Counter
687 Counter total(0);
/gem5/src/base/stats/
H A Dtext.cc499 Counter low = i * data.bucket_size + data.min;
500 Counter high = ::min(low + data.bucket_size - 1.0, data.max);

Completed in 66 milliseconds

123