summaryrefslogtreecommitdiff
path: root/src/cpu/o3/probe/ElasticTrace.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/o3/probe/ElasticTrace.py')
-rw-r--r--src/cpu/o3/probe/ElasticTrace.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cpu/o3/probe/ElasticTrace.py b/src/cpu/o3/probe/ElasticTrace.py
index fb3093a2c..20057ab97 100644
--- a/src/cpu/o3/probe/ElasticTrace.py
+++ b/src/cpu/o3/probe/ElasticTrace.py
@@ -59,4 +59,6 @@ class ElasticTrace(ProbeListenerObject):
"after which to start tracing. Default " \
"zero means start tracing from first " \
"committed instruction.")
-
+ # Whether to trace virtual addresses for memory accesses
+ traceVirtAddr = Param.Bool(False, "Set to true if virtual addresses are " \
+ "to be traced.")