summaryrefslogtreecommitdiff
path: root/src/cpu/quiesce_event.cc
AgeCommit message (Expand)Author
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2011-04-15includes: sort all includesNathan Binkert
2008-10-09eventq: convert all usage of events to use the new API.Nathan Binkert
2008-02-06Make the Event::description() a const functionStephen Hines
2007-06-30Event descriptions should not end in "event"Steve Reinhardt
2006-10-21Add Quiesce trace flag to track CPU quiesce/wakeup events.Steve Reinhardt
2006-06-07Update copyright.Kevin Lim
2006-06-06Change ExecContext to ThreadContext. This is being renamed to differentiate ...Kevin Lim
2006-06-02Fixes to get compiling to work. This is mainly fixing up some includes; chan...Kevin Lim