summaryrefslogtreecommitdiff
path: root/src/mem/noncoherent_xbar.hh
diff options
context:
space:
mode:
authorAndreas Sandberg <andreas.sandberg@arm.com>2019-09-23 18:18:28 +0100
committerAndreas Sandberg <andreas.sandberg@arm.com>2019-09-30 12:34:16 +0000
commita2286fe344f0fd6484f232329a56e9f07e2136de (patch)
tree968122748728e3ce45d5a0732bf59d9f4a93df97 /src/mem/noncoherent_xbar.hh
parent0d98a7170f50d07d737a6a78e32e6ac3021262ec (diff)
downloadgem5-a2286fe344f0fd6484f232329a56e9f07e2136de.tar.xz
mem: Use new-style stats in the XBar models
Migrate to new-world stats with an explicit hierarchy in all of the XBar models. Change-Id: I18b6746a1303ca415638e6d382fb4757607f1123 Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/21141 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br> Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com> Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com>
Diffstat (limited to 'src/mem/noncoherent_xbar.hh')
-rw-r--r--src/mem/noncoherent_xbar.hh5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mem/noncoherent_xbar.hh b/src/mem/noncoherent_xbar.hh
index 4f72cef4d..d8f35e4e1 100644
--- a/src/mem/noncoherent_xbar.hh
+++ b/src/mem/noncoherent_xbar.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011-2015 ARM Limited
+ * Copyright (c) 2011-2015, 2019 ARM Limited
* All rights reserved
*
* The license below extends only to copyright in the software and shall
@@ -187,9 +187,6 @@ class NoncoherentXBar : public BaseXBar
NoncoherentXBar(const NoncoherentXBarParams *p);
virtual ~NoncoherentXBar();
-
- void regStats() override;
- Stats::Scalar totPktSize;
};
#endif //__MEM_NONCOHERENT_XBAR_HH__