gem5/src/python/m5
Curtis Dunham 02881a7bf3 base: remove Trace::enabled flag
The DTRACE() macro tests both Trace::enabled and the specific flag. This
change uses the same administrative interface for enabling/disabling
tracing, but masks the SimpleFlags settings directly. This eliminates a
load for every DTRACE() test, e.g. DPRINTF.
2015-09-30 15:21:55 -05:00
..
internal swig: Fix issue with circular import in 2.0.9/2.0.10 2013-09-18 08:46:31 -04:00
objects swig: make all generated files go into the m5.internal package 2010-09-12 15:41:34 -07:00
stats config: Add a --without-python option to build process 2014-10-16 05:49:32 -04:00
util config: Add Current as a parameter type 2014-10-09 17:52:00 -04:00
__init__.py swig: Fix issue with circular import in 2.0.9/2.0.10 2013-09-18 08:46:31 -04:00
config.py Fix up regression execution to better handle tests that end abnormally. 2009-03-07 16:58:51 -08:00
core.py sim: move iterating over SimObjects into Python. 2010-08-17 05:08:50 -07:00
debug.py sim: Clarify the difference between tracing and debugging 2013-11-01 11:56:13 -04:00
event.py sim: simulate with multiple threads and event queues 2013-11-25 11:21:00 -06:00
main.py misc: quote args in echoed command line 2015-03-23 16:14:18 -07:00
options.py python: cleanup options parsing stuff so that it properly deals with defaults. 2008-10-06 09:31:51 -07:00
params.py base: Add XOR-based hashed address interleaving 2015-02-03 14:25:54 -05:00
proxy.py config: Avoid generating a reference to myself for Parent.any 2014-05-09 18:58:47 -04:00
SimObject.py sim: Move mem(Writeback|Invalidate) to SimObject 2015-07-07 09:51:04 +01:00
simulate.py sim: Decouple draining from the SimObject hierarchy 2015-07-07 09:51:05 +01:00
ticks.py base: Add warn() and inform() to m5.utils for use from python 2013-02-15 17:40:10 -05:00
trace.py base: remove Trace::enabled flag 2015-09-30 15:21:55 -05:00