gem5/sim
Nathan Binkert 655e9ef3de Little fixes to make more of the stats reset correctly.
base/statistics.cc:
    formatting
cpu/simple_cpu/simple_cpu.cc:
cpu/simple_cpu/simple_cpu.hh:
    Make numInsts reset by adding a resetStats function
sim/sim_object.cc:
    Register the reset callback in a slightly cleaner way to avoid
    potential static member constructor ordering issues

--HG--
extra : convert_revision : 408073b4b0397fbf9dfd9c548a313f1c8c3fc031
2003-11-06 00:41:14 -05:00
..
async.hh Import changeset 2003-10-07 10:41:54 -04:00
builder.cc Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
builder.hh Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
debug.cc Implement more m5 pseduo opcodes: 2003-11-02 18:02:58 -05:00
debug.hh Import changeset 2003-10-07 10:41:54 -04:00
eventq.cc Implement more m5 pseduo opcodes: 2003-11-02 18:02:58 -05:00
eventq.hh eventq.cc, eventq.hh: 2003-10-31 22:09:18 -05:00
host.hh Import changeset 2003-10-07 10:41:54 -04:00
main.cc Fix stats reset 2003-11-05 17:57:41 -05:00
param.cc Support for Serializable non-SimObject things like events. 2003-10-29 21:45:39 -08:00
param.hh Get rid of lots of obsolete mentions of stat_sdb_t. 2003-10-29 22:22:03 -08:00
prog.cc Make FullCPU schedule its TickEvent when one of its contexts becomes active. 2003-10-24 23:02:36 -07:00
prog.hh Initial support for CPU switching. New SamplingCPU object encompasses a set 2003-10-23 19:07:52 -07:00
serialize.cc Print a warning rather than failing if we're unserializing and there's an 2003-11-02 21:49:15 -08:00
serialize.hh Print a warning rather than failing if we're unserializing and there's an 2003-11-02 21:49:15 -08:00
sim_events.cc Move the m5 pseudo instructions into their own file 2003-11-02 20:43:39 -05:00
sim_events.hh Move the m5 pseudo instructions into their own file 2003-11-02 20:43:39 -05:00
sim_exit.hh Move the m5 pseudo instructions into their own file 2003-11-02 20:43:39 -05:00
sim_object.cc Little fixes to make more of the stats reset correctly. 2003-11-06 00:41:14 -05:00
sim_object.hh Add a virtual function resetStats() that any SimObject can inherit 2003-11-05 18:21:18 -05:00
sim_time.cc Fix stats reset 2003-11-05 17:57:41 -05:00
sim_time.hh Fix stats reset 2003-11-05 17:57:41 -05:00
system.cc Add the ability to track stats in user defined sets of function calls. code can be generated via the base/instrum_codegen.pl script to easily change the functions being tracked. the only thing the user needs to do is add code in tru64System to change how the callerMap is populated. 2003-11-04 15:15:12 -05:00
system.hh Add the ability to track stats in user defined sets of function calls. code can be generated via the base/instrum_codegen.pl script to easily change the functions being tracked. the only thing the user needs to do is add code in tru64System to change how the callerMap is populated. 2003-11-04 15:15:12 -05:00
universe.cc Implement more m5 pseduo opcodes: 2003-11-02 18:02:58 -05:00