Lines Matching refs:stat
46 stat <regex> Show stat data (only matching regex)
178 for stat in stats:
179 print "%s:" % stat.name
196 if value(stat, run.run) == 1e300*1e300:
206 avg += value(stat, run.run)
210 val = value(stat, run.run)
215 val = value(stat, run.run)
257 if command == 'stat' or command == 'formula':
261 if command == 'stat':
266 for stat in stats:
267 output.stat = stat
268 output.ylabel = stat.name
270 output.graph(stat.name, options.graphdir)
272 output.display(stat.name, options.printmode)
295 output.stat = system.run0.numCycles
301 output.stat = bytes
306 output.stat = packets
311 output.stat = packets / system.run0.numCycles
317 output.stat = packets / source['sim_seconds']
323 output.stat = bytes / system.run0.numCycles * 8
331 output.stat = etherdev.rxBandwidth / 1e9
333 output.stat = etherdev.txBandwidth / 1e9
335 output.stat = (etherdev.rxBandwidth + etherdev.txBandwidth) / 1e9
343 output.stat = bytes / packets
349 output.stat = etherdev.rxBytes / etherdev.rxPackets
355 output.stat = etherdev.txBytes / etherdev.txPackets
361 output.stat = etherdev.rxPackets / etherdev.txPackets
367 output.stat = etherdev.rxBytes / etherdev.txBytes
375 output.stat = misses
381 output.stat = misses / (bytes / 1024)
388 output.stat = interrupts / kbytes
394 output.stat = system.run0.ISSUE__count
399 output.stat = system.run0.COM__count
404 output.stat = system.run0.FETCH__count