gem5/util/stats
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
..
__init__.py Totally re-work the way that jobfiles are done so there is more 2005-09-17 16:51:26 -04:00
barchart.py Totally re-work the way that jobfiles are done so there is more 2005-09-17 16:51:26 -04:00
categories.py Add new function profiling stuff, wrap the pc_sample stuff into it. 2005-10-18 19:07:42 -04:00
db.py Totally re-work the way that jobfiles are done so there is more 2005-09-17 16:51:26 -04:00
dbinit.py Cleanup copyright stuff. Add our copyright files that 2005-06-05 11:02:38 -04:00
display.py Cleanup copyright stuff. Add our copyright files that 2005-06-05 11:02:38 -04:00
flags.py Totally re-do/reorganize the python part of the statistics code 2004-08-09 21:20:52 -04:00
info.py Cleanup copyright stuff. Add our copyright files that 2005-06-05 11:02:38 -04:00
orderdict.py Totally re-work the way that jobfiles are done so there is more 2005-09-17 16:51:26 -04:00
output.py Improvements to the graphing output 2005-10-18 15:01:51 -04:00
print.py Cleanup copyright stuff. Add our copyright files that 2005-06-05 11:02:38 -04:00
profile.py Add new function profiling stuff, wrap the pc_sample stuff into it. 2005-10-18 19:07:42 -04:00
stats.py Totally re-work the way that jobfiles are done so there is more 2005-09-17 16:51:26 -04:00