summaryrefslogtreecommitdiff
path: root/src/base/cp_annotate.cc
AgeCommit message (Collapse)Author
2011-04-15includes: sort all includesNathan Binkert
2011-01-07Replace curTick global variable with accessor functions.Steve Reinhardt
This step makes it easy to replace the accessor functions (which still access a global variable) with ones that access per-thread curTick values.
2009-09-23arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hhNathan Binkert
2009-02-26CPA: Add new object for gathering critical path annotations.Ali Saidi