gem5/cpu/o3
Kevin Lim 9fef4d4630 Stats reset, profiling stuff.
cpu/base.cc:
    Be sure to deschedule the profile event so it doesn't take profiles while the CPU is switched out.

    Also include the option to reset stats at a specific instruction.
cpu/base.hh:
    Include the option to reset stats at a specific instruction.
cpu/checker/cpu_builder.cc:
    Handle stats reset inst.
cpu/o3/alpha_cpu_builder.cc:
    Handle stats reset inst, allow for profiling.
cpu/ozone/cpu_builder.cc:
    Handle profiling, stats reset event, slightly different parameters.
python/m5/objects/BaseCPU.py:
    Add in stats reset.

--HG--
extra : convert_revision : e27a78f7fb8fd19c53d9f2c1e6edce4a98cbafdb
2006-08-24 16:06:45 -04:00
..
2bit_local_pred.cc Various branch predictor fixes/cleanup. It works more correctly now and supports both local and tournament predictors. 2006-05-25 17:01:48 -04:00
2bit_local_pred.hh Various branch predictor fixes/cleanup. It works more correctly now and supports both local and tournament predictors. 2006-05-25 17:01:48 -04:00
alpha_cpu.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
alpha_cpu.hh Comments and code cleanup. 2006-05-31 11:45:02 -04:00
alpha_cpu_builder.cc Stats reset, profiling stuff. 2006-08-24 16:06:45 -04:00
alpha_cpu_impl.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
alpha_dyn_inst.cc shuffle files around for new directory structure 2005-06-04 20:50:10 -04:00
alpha_dyn_inst.hh Comments and code cleanup. 2006-05-31 11:45:02 -04:00
alpha_dyn_inst_impl.hh Comments and code cleanup. 2006-05-31 11:45:02 -04:00
alpha_impl.hh Updates for O3 model. 2006-04-22 18:26:48 -04:00
alpha_params.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
bpred_unit.cc Various branch predictor fixes/cleanup. It works more correctly now and supports both local and tournament predictors. 2006-05-25 17:01:48 -04:00
bpred_unit.hh Various branch predictor fixes/cleanup. It works more correctly now and supports both local and tournament predictors. 2006-05-25 17:01:48 -04:00
bpred_unit_impl.hh Various branch predictor fixes/cleanup. It works more correctly now and supports both local and tournament predictors. 2006-05-25 17:01:48 -04:00
btb.cc O3 CPU now handles being used with the sampler. 2006-05-04 11:36:20 -04:00
btb.hh O3 CPU now handles being used with the sampler. 2006-05-04 11:36:20 -04:00
comm.hh Comments and code cleanup. 2006-05-31 11:45:02 -04:00
commit.cc Updates for O3 model. 2006-04-22 18:26:48 -04:00
commit.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
commit_impl.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
cpu.cc Code update for CPU models. 2006-08-11 17:42:59 -04:00
cpu.hh Code update for CPU models. 2006-08-11 17:42:59 -04:00
cpu_policy.hh Comments and code cleanup. 2006-05-31 11:45:02 -04:00
decode.cc Updates for O3 model. 2006-04-22 18:26:48 -04:00
decode.hh Comments and code cleanup. 2006-05-31 11:45:02 -04:00
decode_impl.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
dep_graph.hh Comments and code cleanup. 2006-05-31 11:45:02 -04:00
fetch.cc Updates for O3 model. 2006-04-22 18:26:48 -04:00
fetch.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
fetch_impl.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
free_list.cc Updates for O3 model. 2006-04-22 18:26:48 -04:00
free_list.hh Updates for O3 model. 2006-04-22 18:26:48 -04:00
fu_pool.cc Comments and code cleanup. 2006-05-31 11:45:02 -04:00
fu_pool.hh Comments and code cleanup. 2006-05-31 11:45:02 -04:00
iew.cc Updates for O3 model. 2006-04-22 18:26:48 -04:00
iew.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
iew_impl.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
inst_queue.cc IEW/IQ code cleanup and reorganization. 2006-05-19 15:44:03 -04:00
inst_queue.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
inst_queue_impl.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
lsq.cc Updates for O3 model. 2006-04-22 18:26:48 -04:00
lsq.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
lsq_impl.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
lsq_unit.cc Updates for O3 model. 2006-04-22 18:26:48 -04:00
lsq_unit.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
lsq_unit_impl.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
mem_dep_unit.cc Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
mem_dep_unit.hh Comments and code cleanup. 2006-05-31 11:45:02 -04:00
mem_dep_unit_impl.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
ras.cc O3 CPU now handles being used with the sampler. 2006-05-04 11:36:20 -04:00
ras.hh O3 CPU now handles being used with the sampler. 2006-05-04 11:36:20 -04:00
regfile.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
rename.cc Updates for O3 model. 2006-04-22 18:26:48 -04:00
rename.hh Comments and code cleanup. 2006-05-31 11:45:02 -04:00
rename_impl.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
rename_map.cc O3 code update/cleanup. 2006-05-19 15:53:17 -04:00
rename_map.hh Comments and code cleanup. 2006-05-31 11:45:02 -04:00
rob.cc Update #defines for the O3CPU. Also include the copyright. 2005-06-05 03:25:26 -04:00
rob.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
rob_impl.hh Updates to bring CPU portion of m5 up-to-date with newmem. 2006-08-02 12:05:34 -04:00
sat_counter.hh Remove sat_counter.cc and put its code into sat_counter.hh. 2006-05-19 15:47:55 -04:00
scoreboard.cc O3 code update/cleanup. 2006-05-19 15:53:17 -04:00
scoreboard.hh Updates for O3 model. 2006-04-22 18:26:48 -04:00
store_set.cc Comments and code cleanup. 2006-05-31 11:45:02 -04:00
store_set.hh Comments and code cleanup. 2006-05-31 11:45:02 -04:00
thread_state.hh Comments and code cleanup. 2006-05-31 11:45:02 -04:00
tournament_pred.cc Code update for CPU models. 2006-08-11 17:42:59 -04:00
tournament_pred.hh Code update for CPU models. 2006-08-11 17:42:59 -04:00