gem5/kern
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
..
freebsd Add functions to System object to set up function-based events, 2005-09-24 14:20:29 -04:00
linux Clean up some formatting 2005-09-30 13:34:43 -04:00
tru64 Add functions to System object to set up function-based events, 2005-09-24 14:20:29 -04:00
kernel_stats.cc Remove #include statments in various files within kern/ 2005-06-30 16:18:07 -04:00
kernel_stats.hh Add new function profiling stuff, wrap the pc_sample stuff into it. 2005-10-18 19:07:42 -04:00
system_events.cc Add functions to System object to set up function-based events, 2005-09-24 14:20:29 -04:00
system_events.hh Add functions to System object to set up function-based events, 2005-09-24 14:20:29 -04:00