Initial cleanup pass of lisa's function call tracking
authorNathan Binkert <binkertn@umich.edu>
Mon, 1 Mar 2004 01:22:32 +0000 (20:22 -0500)
committerNathan Binkert <binkertn@umich.edu>
Mon, 1 Mar 2004 01:22:32 +0000 (20:22 -0500)
commitee967995196739b90c0b1c384d7e245d1dffdc80
tree28b9302b5d221b0a079d6a8d7909ed62618b6b12
parent31f82cef41962fb57d343f4a8cd468c87d8204dc
Initial cleanup pass of lisa's function call tracking
code.

base/statistics.hh:
    We're getting rid of FS_MEASURE, but for now, we're going
    to still use a compile time flag to turn on and off binning
    of statistics.  (The flag is STATS_BINNING)
cpu/exec_context.cc:
cpu/exec_context.hh:
kern/tru64/tru64_system.cc:
    get rid of FS_MEASURE
cpu/simple_cpu/simple_cpu.cc:
    yank the function call tracking code out of the cpu and move
    it into the software context class itself.
kern/tru64/tru64_system.hh:
    get rid of FS_MEASURE
    move all of the tacking stuff to the same place.
sim/system.hh:
    cleanup

--HG--
extra : convert_revision : 73d3843afe1b3ba0d5445421c39c1148d3f4e7c0
base/statistics.hh
cpu/exec_context.cc
cpu/exec_context.hh
cpu/simple_cpu/simple_cpu.cc
kern/tru64/tru64_system.cc
kern/tru64/tru64_system.hh
sim/system.hh