summaryrefslogtreecommitdiff
path: root/src/sim/eventq.cc
AgeCommit message (Expand)Author
2017-12-04misc: Rename misc.(hh|cc) to logging.(hh|cc)Gabe Black
2017-05-24sim: Add hooks to implement event reference countingAndreas Sandberg
2016-02-06style: remove trailing whitespaceSteve Reinhardt
2015-10-12misc: Remove redundant compiler-specific definesAndreas Hansson
2015-09-01sim: Remove broken AutoSerialize support from the event queueAndreas Sandberg
2015-07-07sim: Fix broken event unserializationAndreas Sandberg
2015-07-07sim: Refactor the serialization base classAndreas Sandberg
2014-09-27misc: Fix a bunch of minor issues identified by static analysisAndreas Hansson
2014-04-03sim: Add the ability to lock and migrate between event queuesAndreas Sandberg
2013-11-25sim: simulate with multiple threads and event queuesSteve Reinhardt ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E%2C%20Ali%20Saidi%20%3CAli.Saidi%40ARM.com%3E)
2012-11-16sim: have a curTick per eventqNilay Vaish
2012-11-02sim: Fix as issue where exit events on instr queues are used after freed.Ali Saidi
2012-01-05eventq: add a function for replacing head of the queueNilay Vaish
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2011-01-07Replace curTick global variable with accessor functions.Steve Reinhardt
2010-06-09flags: add comment to avoid future deletions since code appears redundant.Lisa Hsu
2010-06-08flags: Unserializing old checkpoints before the introductionLisa Hsu
2010-04-15eventq: move EventQueue constructor to cc fileNathan Binkert
2010-04-02eventq: Clean up some flagsNathan Binkert
2008-12-08eventq: Add some debugging code to the eventq.Nathan Binkert
2008-12-06eventq: use the flags data structureNathan Binkert
2008-12-06eventq: move virtual function definitiions to the .cc file.Nathan Binkert
2008-10-14eventq: revert code for unserializing events.Nathan Binkert
2008-10-09eventq: Major API change for the Event and EventQueue structures.Nathan Binkert
2008-10-09eventq: Don't use inline friend function when a static function will do.Nathan Binkert
2008-07-11eventq: change the event datastructure back to LIFO.Nathan Binkert
2008-07-11eventq: new eventq data structure. The new data structure is singlyNathan Binkert
2008-07-10eventq: Clean up the Event class so that it uses fewer bytes. ThisNathan Binkert
2008-02-06Make the Event::description() a const functionStephen Hines
2007-03-12remove the extern C around gdb helper functions. It's need needed for any new...Ali Saidi
2007-03-06Move all of the parameters of the Root SimObject so they areNathan Binkert
2007-02-06Fix for previous commit: need to ifdef NDEBUG on theSteve Reinhardt
2007-02-05Use an instance counter to give Events repeatable IDsSteve Reinhardt
2006-06-09Move main control from C++ into Python.Steve Reinhardt
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt