* Authors: Andreas Sandberg
*/
-#ifndef __MEM_PROBES_STACK_BASE_HH__
-#define __MEM_PROBES_STACK_BASE_HH__
+#ifndef __MEM_PROBES_BASE_HH__
+#define __MEM_PROBES_BASE_HH__
#include <memory>
#include <vector>
std::vector<std::unique_ptr<PacketListener>> listeners;
};
-#endif // __MEM_PROBES_STACK_BASE_HH__
+#endif // __MEM_PROBES_BASE_HH__
* Authors: Andreas Sandberg
*/
-#ifndef __MEM_PROBES_STACK_DIST_HH__
-#define __MEM_PROBES_STACK_DIST_HH__
+#ifndef __MEM_PROBES_MEM_TRACE_HH__
+#define __MEM_PROBES_MEM_TRACE_HH__
#include "mem/packet.hh"
#include "mem/probes/base.hh"
ProtoOutputStream *traceStream;
};
-#endif //__MEM_PROBES_STACK_DIST_HH__
+#endif //__MEM_PROBES_MEM_TRACE_HH__