summaryrefslogtreecommitdiff
path: root/src/base/trace.cc
AgeCommit message (Expand)Author
2017-12-04misc: Rename misc.(hh|cc) to logging.(hh|cc)Gabe Black
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
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
2011-12-01Trace: FIx issue with creation of trace file with output dir overhaul.Ali Saidi
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2011-04-15includes: sort all includesNathan Binkert
2011-01-03Make commenting on close namespace brackets consistent.Steve Reinhardt
2007-03-12remove the extern C around gdb helper functions. It's need needed for any new...Ali Saidi
2007-02-17Default to tracing being disabled in C++, it will be turnedNathan 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-07Get rid of the gross operator,()/variadic macro hackNathan Binkert
2006-06-26remove extern "C" from the functions we all from gdb. This isn't requried and...Ali Saidi
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt