summaryrefslogtreecommitdiff
path: root/src/mem/probes/MemTraceProbe.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/probes/MemTraceProbe.py')
-rw-r--r--src/mem/probes/MemTraceProbe.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mem/probes/MemTraceProbe.py b/src/mem/probes/MemTraceProbe.py
index 971765eb4..c51ec9282 100644
--- a/src/mem/probes/MemTraceProbe.py
+++ b/src/mem/probes/MemTraceProbe.py
@@ -46,6 +46,9 @@ class MemTraceProbe(BaseMemProbe):
# Boolean to compress the trace or not.
trace_compress = Param.Bool(True, "Enable trace compression")
+ # For requests with a valid PC, include the PC in the trace
+ with_pc = Param.Bool(False, "Include PC info in the trace")
+
# packet trace output file, disabled by default
trace_file = Param.String("", "Packet trace output file")