gem5/sim
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
..
async.hh Import changeset 2003-10-07 10:41:54 -04:00
builder.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
builder.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
debug.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
debug.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
eventq.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
eventq.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
host.hh Import changeset 2003-10-07 10:41:54 -04:00
main.cc pull from head before pushing linux tree 2004-06-22 13:48:49 -04:00
param.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
param.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
process.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
process.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
serialize.cc Don't serialize the absolute path so we can move checkpoints around. 2004-06-28 15:54:05 -04:00
serialize.hh Don't serialize the absolute path so we can move checkpoints around. 2004-06-28 15:54:05 -04:00
sim_events.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
sim_events.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
sim_exit.hh Move the m5 pseudo instructions into their own file 2003-11-02 20:43:39 -05:00
sim_object.cc fix up the recordEvent stuff to support ignoring events 2004-06-28 16:49:35 -04:00
sim_object.hh fix up the recordEvent stuff to support ignoring events 2004-06-28 16:49:35 -04:00
stat_control.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
stat_control.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
stats.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
syscall_emul.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
syscall_emul.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
system.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
system.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
universe.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00