gem5/cpu
Nathan Binkert a81c03737a Add new function profiling stuff, wrap the pc_sample stuff into it.
SConscript:
    Get rid of the pc_sample stuff and move to the new profiling stuff
base/traceflags.py:
    DPRINTF Stack stuff
cpu/base.cc:
cpu/base.hh:
cpu/exec_context.cc:
cpu/exec_context.hh:
cpu/simple/cpu.cc:
    Add profiling stuff
kern/kernel_stats.hh:
    Use a smart pointer
sim/system.cc:
sim/system.hh:
    Create a new symbol table that has all of the symbols for a
    particular system
util/stats/categories.py:
    change around the categories, add categories for function
    profiling stuff
util/stats/profile.py:
    No profile parsing and display code to deal with function
    profiling stuff, graph, dot, and text outputs.

--HG--
extra : convert_revision : b3de0cdc8bd468e42647966e2640ae009bda9eb8
2005-10-18 19:07:42 -04:00
..
memtest Minor cleanup of memtest. 2005-10-03 09:13:56 -04:00
o3 Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
ozone Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
simple Add new function profiling stuff, wrap the pc_sample stuff into it. 2005-10-18 19:07:42 -04:00
trace Cleanup copyright stuff. Add our copyright files that 2005-06-05 11:02:38 -04:00
base.cc Add new function profiling stuff, wrap the pc_sample stuff into it. 2005-10-18 19:07:42 -04:00
base.hh Add new function profiling stuff, wrap the pc_sample stuff into it. 2005-10-18 19:07:42 -04:00
base_dyn_inst.cc Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
base_dyn_inst.hh Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
exec_context.cc Add new function profiling stuff, wrap the pc_sample stuff into it. 2005-10-18 19:07:42 -04:00
exec_context.hh Add new function profiling stuff, wrap the pc_sample stuff into it. 2005-10-18 19:07:42 -04:00
exetrace.cc add a flag that supercedes all other InstExec flags to print a trace in the Intel sim compatible format. 2005-10-09 18:20:54 -04:00
exetrace.hh add a flag that supercedes all other InstExec flags to print a trace in the Intel sim compatible format. 2005-10-09 18:20:54 -04:00
inst_seq.hh Many files: 2005-06-05 05:16:00 -04:00
intr_control.cc Many files: 2005-06-05 05:16:00 -04:00
intr_control.hh Many files: 2005-06-05 05:16:00 -04:00
pc_event.cc Add functions to System object to set up function-based events, 2005-09-24 14:20:29 -04:00
pc_event.hh Add functions to System object to set up function-based events, 2005-09-24 14:20:29 -04:00
profile.cc Add new function profiling stuff, wrap the pc_sample stuff into it. 2005-10-18 19:07:42 -04:00
profile.hh Add new function profiling stuff, wrap the pc_sample stuff into it. 2005-10-18 19:07:42 -04:00
smt.hh Many files: 2005-06-05 05:16:00 -04:00
static_inst.cc Many files: 2005-06-05 05:16:00 -04:00
static_inst.hh Many files: 2005-06-05 05:16:00 -04:00