Default to tracing being disabled in C++, it will be turned
authorNathan Binkert <binkertn@umich.edu>
Sun, 18 Feb 2007 04:32:39 +0000 (20:32 -0800)
committerNathan Binkert <binkertn@umich.edu>
Sun, 18 Feb 2007 04:32:39 +0000 (20:32 -0800)
commit08f024d3ff68ae533f9d96ebd0e470a1874a7d86
tree435b7687ecc4d4f4d4251c6a70821c06e5cb0b5a
parent18e245ad0b6ee99f23e2ed67c150413295c69c1f
Default to tracing being disabled in C++, it will be turned
on in python.  Fix the trace start code so it actually starts
when it is suppsed to.  Make the Exec tracing stuff obey the
trace enabled flag.

--HG--
extra : convert_revision : 634ba0b4f52345d4bf40d43e239cef7ef43e7691
src/base/trace.cc
src/cpu/exetrace.hh
src/python/m5/main.py