summaryrefslogtreecommitdiff
path: root/src/mem/probes/mem_trace.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/probes/mem_trace.hh')
-rw-r--r--src/mem/probes/mem_trace.hh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mem/probes/mem_trace.hh b/src/mem/probes/mem_trace.hh
index d34235eef..158c5aacb 100644
--- a/src/mem/probes/mem_trace.hh
+++ b/src/mem/probes/mem_trace.hh
@@ -64,6 +64,11 @@ class MemTraceProbe : public BaseMemProbe
/** Trace output stream */
ProtoOutputStream *traceStream;
+
+ private:
+
+ /** Include the Program Counter in the memory trace */
+ const bool withPC;
};
#endif //__MEM_PROBES_MEM_TRACE_HH__