gem5/cpu
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
..
full_cpu Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
memtest Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
simple_cpu fix up the recordEvent stuff to support ignoring events 2004-06-28 16:49:35 -04:00
trace Add some rewritten trace readers. 2004-06-13 05:52:28 -04:00
base_cpu.cc Serialized cpu interrupts 2004-06-17 15:36:59 -04:00
base_cpu.hh Serialized cpu interrupts 2004-06-17 15:36:59 -04:00
exec_context.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
exec_context.hh Merge saidi@zizzer.eecs.umich.edu:/bk/linux 2004-06-21 01:04:48 -04:00
exetrace.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
exetrace.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
inst_seq.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
intr_control.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
intr_control.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
pc_event.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
pc_event.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
static_inst.cc Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
static_inst.hh pull from head before pushing linux tree 2004-06-22 13:48:49 -04:00