index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sim
/
eventq.hh
Age
Commit message (
Expand
)
Author
2011-04-15
trace: reimplement the DTRACE function so it doesn't use a vector
Nathan Binkert
2011-03-29
sim: typecast Tick to UTick for eventQ assert
Korey Sewell
2011-01-07
Replace curTick global variable with accessor functions.
Steve Reinhardt
2010-04-18
event: Allow EventWrapper to take an object reference
Nathan Binkert
2010-04-15
eventq: move EventQueue constructor to cc file
Nathan Binkert
2010-04-02
eventq: allow an implicit cast from an EventManager to an EventQueue *
Nathan Binkert
2010-04-02
eventq: Clean up some flags
Nathan Binkert
2010-04-02
eventq: Make priorities just an integer instead of an enum.
Nathan Binkert
2010-03-12
eventq: rearrange a little bit so I can add some stuff
Nathan Binkert
2010-03-12
eventq: remove some unused includes
Nathan Binkert
2010-02-26
events: Give EventWrapped a default name and description
Nathan Binkert
2009-11-04
build: fix compile problems pointed out by gcc 4.4
Nathan Binkert
2009-05-17
includes: sort includes again
Nathan Binkert
2009-05-17
types: Move stuff for global types into src/base/types.hh
Nathan Binkert
2008-12-08
eventq: Add some debugging code to the eventq.
Nathan Binkert
2008-12-06
eventq: use the flags data structure
Nathan Binkert
2008-12-06
eventq: move virtual function definitiions to the .cc file.
Nathan Binkert
2008-11-10
python: Fix the reference counting for python events placed on the eventq.
Nathan Binkert
2008-10-09
eventq: Major API change for the Event and EventQueue structures.
Nathan Binkert
2008-10-09
eventq: Don't use inline friend function when a static function will do.
Nathan Binkert
2008-09-29
Fix EVENTQ_DEBUG vs DEBUG_EVENTQ #define inconsistency.
Steve Reinhardt
2008-09-19
Use the proper version of C++ headers
Nathan Binkert
2008-09-10
style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...
Ali Saidi
2008-07-11
eventq: change the event datastructure back to LIFO.
Nathan Binkert
2008-07-11
eventq: new eventq data structure. The new data structure is singly
Nathan Binkert
2008-07-10
eventq: Clean up the Event class so that it uses fewer bytes. This
Nathan Binkert
2008-02-06
Make the Event::description() a const function
Stephen Hines
2007-05-20
Add new EventWrapper constructor that takes a Tick value
Steve Reinhardt
2007-05-09
update for new reschedule semantics
Ali Saidi
2007-02-17
Give the progress event its own priority
Nathan Binkert
2007-02-05
Use an instance counter to give Events repeatable IDs
Steve Reinhardt
2006-10-19
Add new event priority for trace enable events so
Steve Reinhardt
2006-09-30
Merge ktlim@zamp:./local/clean/o3-merge/m5
Kevin Lim
2006-06-09
Move main control from C++ into Python.
Steve Reinhardt
2006-05-31
Updated Authors from bk prs info
Ali Saidi
2006-05-22
New directory structure:
Steve Reinhardt