inorder: add insts to cpu event
[gem5.git] / src / cpu / NativeTrace.py
index 96b4e991b079f085a99989b71be9466f83495f96..dba6de06776aa97baa2a63b516009bdc06c8fe82 100644 (file)
@@ -28,9 +28,9 @@
 
 from m5.SimObject import SimObject
 from m5.params import *
-from InstTracer import InstTracer
+from ExeTracer import ExeTracer
 
-class NativeTrace(InstTracer):
+class NativeTrace(ExeTracer):
+    abstract = True
     type = 'NativeTrace'
-    cxx_namespace = 'Trace'
-    cxx_class = 'NativeTrace'
+    cxx_class = 'Trace::NativeTrace'