O3 IEW: Make incrWb and decrWb clearer
[gem5.git] / src / cpu / IntelTrace.py
index 6e8f567b32809e502c69a88f2af8e465b4eb2a98..6319ed1aae0aa403574670c46b8b14dfe7b4f3e8 100644 (file)
@@ -32,5 +32,5 @@ from InstTracer import InstTracer
 
 class IntelTrace(InstTracer):
     type = 'IntelTrace'
-    cxx_namespace = 'Trace'
-    cxx_class = 'IntelTrace'
+    cxx_class = 'Trace::IntelTrace'
+    cxx_header = "cpu/inteltrace.hh"