summaryrefslogtreecommitdiff
path: root/src/base/trace.hh
AgeCommit message (Expand)Author
2015-10-12misc: Remove redundant compiler-specific definesAndreas Hansson
2015-09-30base: remove Trace::enabled flagCurtis Dunham
2014-10-16base: Reimplement the DPRINTF mechanism in a Logger classAndrew Bardsley
2014-08-26base: Replace the internal varargs stuff with C++11 constructsAndreas Sandberg
2014-07-23cpu: `Minor' in-order CPU modelAndrew Bardsley
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
2011-01-03Make commenting on close namespace brackets consistent.Steve Reinhardt
2009-05-17types: Move stuff for global types into src/base/types.hhNathan Binkert
2009-01-23Trace: Add DPRINTFS macro that takes parameter to call name() for trace print...Ali Saidi
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi
2007-03-06Move all of the parameters of the Root SimObject so they areNathan Binkert
2007-02-10Clean up tracing stuff more, get rid of the trace log sinceNathan Binkert
2007-02-09Get rid of the Trace ParamContext and give python directNathan Binkert
2007-02-08Use c99 variadic macros for non gnu compilersNathan Binkert
2007-02-07Get rid of the gross operator,()/variadic macro hackNathan Binkert
2007-01-26make our code a little more standards compliantAli Saidi
2006-11-11set TRACING_ON one way or another explicitly in theNathan Binkert
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt