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
/
base
/
trace.cc
Age
Commit message (
Expand
)
Author
2016-11-09
style: [patch 1/22] use /r/3648/ to reorganize includes
Brandon Potter
2015-09-30
base: remove Trace::enabled flag
Curtis Dunham
2014-10-16
base: Reimplement the DPRINTF mechanism in a Logger class
Andrew Bardsley
2014-08-26
base: Replace the internal varargs stuff with C++11 constructs
Andreas Sandberg
2011-12-01
Trace: FIx issue with creation of trace file with output dir overhaul.
Ali Saidi
2011-04-15
trace: reimplement the DTRACE function so it doesn't use a vector
Nathan Binkert
2011-04-15
includes: sort all includes
Nathan Binkert
2011-01-03
Make commenting on close namespace brackets consistent.
Steve Reinhardt
2007-03-12
remove the extern C around gdb helper functions. It's need needed for any new...
Ali Saidi
2007-02-17
Default to tracing being disabled in C++, it will be turned
Nathan Binkert
2007-02-10
Clean up tracing stuff more, get rid of the trace log since
Nathan Binkert
2007-02-09
Get rid of the Trace ParamContext and give python direct
Nathan Binkert
2007-02-07
Get rid of the gross operator,()/variadic macro hack
Nathan Binkert
2006-06-26
remove extern "C" from the functions we all from gdb. This isn't requried and...
Ali Saidi
2006-05-31
Updated Authors from bk prs info
Ali Saidi
2006-05-22
New directory structure:
Steve Reinhardt