tracing: panic() if people try to use tracing, but TRACING_ON is not set.
Also clean things up so that help strings can more easily be added. Move the help function into trace.py
This commit is contained in:
@@ -48,6 +48,7 @@ PySource('m5', 'm5/simulate.py')
|
||||
PySource('m5', 'm5/smartdict.py')
|
||||
PySource('m5', 'm5/stats.py')
|
||||
PySource('m5', 'm5/ticks.py')
|
||||
PySource('m5', 'm5/trace.py')
|
||||
PySource('m5.util', 'm5/util/__init__.py')
|
||||
PySource('m5.util', 'm5/util/attrdict.py')
|
||||
PySource('m5.util', 'm5/util/jobfile.py')
|
||||
|
||||
Reference in New Issue
Block a user