gem5/cpu
Steve Reinhardt d60de7122d Add functions to System object to set up function-based events,
including automatically fixing up addresses to deal with
optionally executed Alpha gp update prolog.

SConscript:
    Remove freebsd_events.cc and linux_events.cc.
base/remote_gdb.cc:
cpu/pc_event.cc:
kern/system_events.cc:
kern/system_events.hh:
    PCEvents now schedule themselves in constructor.
cpu/pc_event.hh:
    PCEvents now schedule themselves in the constructor.
    Get rid of constructor versions that don't take an address and
    all the schedule() methods that are now unnecessary.
kern/freebsd/freebsd_system.cc:
kern/freebsd/freebsd_system.hh:
    Use new System methods to schedule function-based events.
    Move FreeBSD-specific function event classes into FreebsdSystem.
kern/linux/linux_system.cc:
kern/linux/linux_system.hh:
    Use new System methods to schedule function-based events.
    Move Linux-specific function event classes into LinuxSystem.
kern/tru64/tru64_events.hh:
    PCEvents now schedule themselves in constructor.
    Add DebugPrintfrEvent to encapsulate raw setting as new type
    (to work better with new System function-event method.)
kern/tru64/tru64_system.cc:
    Use new System methods to schedule function-based events.
kern/tru64/tru64_system.hh:
    Add DebugPrintfrEvent to encapsulate raw setting as new type
    (to work better with new System function-event method.)
sim/system.cc:
sim/system.hh:
    Add functions to set up function-based events, including
    automatically fixing up addresses to deal with optionally
    executed Alpha gp update prolog.

--HG--
extra : convert_revision : c2cf09144297b6602afe755a34a0a2227023783f
2005-09-24 14:20:29 -04:00
..
memtest Many files: 2005-06-05 05:16:00 -04:00
o3 Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
ozone Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
simple Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
trace Cleanup copyright stuff. Add our copyright files that 2005-06-05 11:02:38 -04:00
base.cc Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
base.hh Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
base_dyn_inst.cc Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
base_dyn_inst.hh Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
exec_context.cc Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
exec_context.hh Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
exetrace.cc Many files: 2005-06-05 05:16:00 -04:00
exetrace.hh Many files: 2005-06-05 05:16:00 -04:00
inst_seq.hh Many files: 2005-06-05 05:16:00 -04:00
intr_control.cc Many files: 2005-06-05 05:16:00 -04:00
intr_control.hh Many files: 2005-06-05 05:16:00 -04:00
pc_event.cc Add functions to System object to set up function-based events, 2005-09-24 14:20:29 -04:00
pc_event.hh Add functions to System object to set up function-based events, 2005-09-24 14:20:29 -04:00
smt.hh Many files: 2005-06-05 05:16:00 -04:00
static_inst.cc Many files: 2005-06-05 05:16:00 -04:00
static_inst.hh Many files: 2005-06-05 05:16:00 -04:00