Searched refs:stats (Results 26 - 41 of 41) sorted by relevance

12

/gem5/src/dev/arm/
H A Dflash_device.hh169 /** RequestHandler stats */
170 struct FlashDeviceStats stats; member in class:FlashDevice
H A Dhdlcd.cc109 stats.underruns
554 ++stats.underruns;
H A Dhdlcd.hh399 } stats; member in class:HDLcd
H A Dufs_device.hh162 #include "sim/stats.hh"
1052 * Helper for latency stats
1123 * RequestHandler stats
1125 struct UFSHostDeviceStats stats; member in class:UFSHostDevice
/gem5/src/cpu/minor/
H A Dcpu.cc129 stats.regStats(name(), *this);
228 * and might lead to a stats corruption */
287 stats.quiesceCycles += pipeline->cyclesSinceLastStopped();
H A Dexecute.cc869 cpu.stats.numInsts++;
878 cpu.stats.numOps++;
879 cpu.stats.committedInstType[inst->id.threadId]
1012 cpu.stats.numFetchSuspends++;
1326 cpu.stats.numDiscardedOps++;
/gem5/src/python/m5/
H A Dmain.py64 m5.stats.printStatVisitorTypes()
118 option("--stats-file", metavar="FILE", default="stats.txt",
120 option("--stats-help",
226 from . import stats
362 # set stats options
363 stats.addStatVisitor(options.stats_file)
/gem5/configs/example/
H A Dhmctest.py109 m5.stats.dump()
H A Dapu_se.py564 m5.stats.reset()
568 # If we are switching *to* kvm, then the current stats are meaningful
571 print("Dumping stats...")
572 m5.stats.dump()
575 m5.stats.reset()
/gem5/configs/dram/
H A Dsweep.py47 from m5.stats import periodicStatDump
177 # every period, dump and reset all stats
H A Dlow_power_sweep.py47 from m5.stats import periodicStatDump
235 # every period, dump and reset all stats
H A Dlat_mem_rd.py48 from m5.stats import periodicStatDump
299 # every period, dump and reset all stats
309 # print all we need to make sense of the stats output
/gem5/src/mem/
H A Dcomm_monitor.hh58 * Currently the following stats are implemented: Histograms of read/write
63 * All stats can be disabled from Python.
340 * it should not be reset when stats are reset.
348 * it should not be reset when stats are reset.
386 * Create the monitor stats and initialise all the members
388 * stats or track values during a sample period.
416 /** Instantiate stats */
417 MonitorStats stats; member in class:CommMonitor
/gem5/src/cpu/testers/traffic_gen/
H A Dbase.hh241 } stats; member in class:BaseTrafficGen
/gem5/configs/common/
H A DSimulation.py399 print("Warmed up! Dumping and resetting stats!")
400 m5.stats.dump()
401 m5.stats.reset()
718 m5.stats.reset()
/gem5/ext/mcpat/
H A DxmlParser.cc249 int i, stats=0; local
250 for (i=0; i<len; i++) if (s[i]<=(unsigned short)255) stats++;
251 if (stats>len/2) return TRUE;

Completed in 30 milliseconds

12