gem5/sim
Lisa Hsu f3861d0cc7 Overall gist of this is to 'dynamicize' the tracking of functions so you can choose them at the .ini stage rather than at compile time.
to do it:
in .ini file set binned_fns=foo null bar foo

what this says is, track foo when it is called by null (i.e. anything).  bin bar only when it is called by foo.
essentially, if you have a path of functions to track, the 0th, 2nd, 4th fn listed are the fns to track, and the 1st, 3rd, 5th are their respective callers.

base/statistics.hh:
    turn it back to FS_MEASURE since we already have a build in place
kern/tru64/tru64_events.cc:
    remove FS_MEASURE #defs.  add more DPRINTF's.  manage an anomaly that happens when tracking idle_thread.
kern/tru64/tru64_events.hh:
    remove FS_MEASURE #defs
kern/tru64/tru64_system.cc:
    make DumpState print all the time, but only with DPRINTF.  add a new parameter to tru64System a vector<string> binned_fns, to read in from .ini file.  now all this binning stuff is dynamically generated.
kern/tru64/tru64_system.hh:
    remove all static binning stuff, add support for dynamic
sim/system.cc:
    change nonPath bin name to Kernel, remove FS_MEASURE
sim/system.hh:
    change nonPath to Kernel

--HG--
extra : convert_revision : 9ee813c0a64273bab4125815b7bc8145c5897ec1
2004-03-04 21:57:09 -05:00
..
async.hh Import changeset 2003-10-07 10:41:54 -04:00
builder.cc provide an output stream for simulator output. (This takes place of the 2004-01-29 00:38:18 -05:00
builder.hh provide an output stream for simulator output. (This takes place of the 2004-01-29 00:38:18 -05:00
debug.cc - Switch events to use a priority enum instead of integers. 2003-12-11 08:29:52 -08:00
debug.hh Import changeset 2003-10-07 10:41:54 -04:00
eventq.cc Stats & serialization tweaks & cleanup. Unserializing from 2003-12-11 00:16:46 -08:00
eventq.hh Add a simple event wrapper class that takes a class pointer 2004-02-20 15:24:21 -05:00
host.hh Import changeset 2003-10-07 10:41:54 -04:00
main.cc provide an output stream for simulator output. (This takes place of the 2004-01-29 00:38:18 -05:00
param.cc Support for Serializable non-SimObject things like events. 2003-10-29 21:45:39 -08:00
param.hh Get rid of lots of obsolete mentions of stat_sdb_t. 2003-10-29 22:22:03 -08:00
process.cc Stats & serialization tweaks & cleanup. Unserializing from 2003-12-11 00:16:46 -08:00
process.hh Restructuring of LiveProcess etc. to support multiple emulated OS syscall 2003-12-01 19:34:38 -08:00
serialize.cc Results of automatic (yet incomplete) merge. 2004-02-09 00:30:16 -08:00
serialize.hh Results of automatic (yet incomplete) merge. 2004-02-09 00:30:16 -08:00
sim_events.cc Make the progress event work even after restoring from a checkpoint 2004-02-29 18:49:44 -05:00
sim_events.hh - Switch events to use a priority enum instead of integers. 2003-12-11 08:29:52 -08:00
sim_exit.hh Move the m5 pseudo instructions into their own file 2003-11-02 20:43:39 -05:00
sim_object.cc Change order of serialization 2004-02-21 10:46:31 -05:00
sim_object.hh Add support for "serializing" instructions that flush 2004-02-04 21:42:00 -08:00
syscall_emul.cc Fixes for Linux syscall emulation. 2004-02-10 21:43:57 -08:00
syscall_emul.hh Modify the emulated system calls to support running the SPEC Int 2004-02-05 12:16:17 -05:00
system.cc Overall gist of this is to 'dynamicize' the tracking of functions so you can choose them at the .ini stage rather than at compile time. 2004-03-04 21:57:09 -05:00
system.hh Overall gist of this is to 'dynamicize' the tracking of functions so you can choose them at the .ini stage rather than at compile time. 2004-03-04 21:57:09 -05:00
universe.cc remove #include of nonexistent file 2004-01-29 10:32:01 -05:00