gem5/base/stats
Nathan Binkert 838273a196 fix up the recordEvent stuff to support ignoring events
arch/alpha/ev5.cc:
cpu/simple_cpu/simple_cpu.cc:
    update for new event interface
base/stats/events.cc:
    implement the ignore event function which matches sim objects from which
    to ignore events.

    Make insert event like insert data and make it able to insert many
    events in a single transaction with the database.
base/stats/events.hh:
    Make it possible to ignore events
sim/sim_object.cc:
    make recordEvent a member function of SimObject to implement
    the ignore function easily
sim/sim_object.hh:
    implement the ignore event stuff in the sim object.  This is a
    bit of a hack, but an easy place to put it.

--HG--
extra : convert_revision : ba3f25a14ad03662c53fb35514860d69be8cd4f0
2004-06-28 16:49:35 -04:00
..
events.cc fix up the recordEvent stuff to support ignoring events 2004-06-28 16:49:35 -04:00
events.hh fix up the recordEvent stuff to support ignoring events 2004-06-28 16:49:35 -04:00
flags.hh rename namespace Statistics to Stats 2004-05-21 13:39:20 -04:00
mysql.cc add support to add a string to indicate a particular sample of a run 2004-06-28 15:53:06 -04:00
mysql.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
mysql_run.hh add support to add a string to indicate a particular sample of a run 2004-06-28 15:53:06 -04:00
output.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
statdb.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
statdb.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
text.cc Merge saidi@zizzer.eecs.umich.edu:/bk/linux 2004-06-21 01:04:48 -04:00
text.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
types.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
visit.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
visit.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00