summaryrefslogtreecommitdiff
path: root/src/sim/stat_control.cc
AgeCommit message (Expand)Author
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2014-09-12style: Fix line continuation, especially in debug messagesAndrew Bardsley
2013-11-25sim: simulate with multiple threads and event queuesSteve Reinhardt ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E%2C%20Ali%20Saidi%20%3CAli.Saidi%40ARM.com%3E)
2013-09-04arch: Resurrect the NOISA build target and rename it NULLAndreas Hansson
2013-09-04arch: Header clean up for NOISA resurrectionAndreas Hansson
2013-01-07stats: Fix swig wrapping for Tick in statsSascha Bischoff
2012-09-25Statistics: Add a function to configure periodic stats dumpingSascha Bischoff
2012-02-12cpu: add separate stats for insts/ops both globally and per cpu modelAnthony Gutierrez
2012-01-25sim: display final value of curTick in statsAli Saidi
2011-09-22event: minor cleanupSteve Reinhardt
2011-04-15includes: sort all includesNathan Binkert
2011-01-15time: improve time datastructureNathan Binkert
2011-01-07Replace curTick global variable with accessor functions.Steve Reinhardt
2011-01-07stats: rename StatEvent() function to schedStatEvent().Steve Reinhardt
2011-01-03Make commenting on close namespace brackets consistent.Steve Reinhardt
2010-11-19SCons: Support building without an ISAAli Saidi
2010-04-18stats: make simTicks and simFreq accessible from stats.hhNathan Binkert
2010-04-15tick: rename Clock namespace to SimClockNathan Binkert
2009-02-23stats: cleanup static stats to make startup work.Nathan Binkert
2008-10-09eventq: convert all usage of events to use the new API.Nathan Binkert
2007-02-17Get rid of the Statistics and Statreset ParamContexts, andNathan Binkert
2006-10-05fix the argument to m5.simulate() on a checkpoint.Lisa Hsu
2006-09-30Merge ktlim@zamp:./local/clean/o3-merge/m5Kevin Lim
2006-06-26remove extern "C" from the functions we all from gdb. This isn't requried and...Ali Saidi
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt