[gem5-dev] Change in gem5/gem5[develop]: cpu,stats: Update stats for tage_sc_l to new style stats

2020-12-10 Thread Jason Lowe-Power (Gerrit) via gem5-dev
Jason Lowe-Power has submitted this change. (  
https://gem5-review.googlesource.com/c/public/gem5/+/36336 )


Change subject: cpu,stats: Update stats for tage_sc_l to new style stats
..

cpu,stats: Update stats for tage_sc_l to new style stats

Updated tage_sc_l.hh and tage_sc_l.cc to use new style stats.

Change-Id: If172c95bb728c7c3748269469781212ef1da6f32
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/36336
Reviewed-by: Hoa Nguyen 
Reviewed-by: Trivikram Reddy 
Maintainer: Bobby R. Bruce 
Tested-by: kokoro 
---
M src/cpu/pred/tage_sc_l.cc
M src/cpu/pred/tage_sc_l.hh
2 files changed, 0 insertions(+), 8 deletions(-)

Approvals:
  Hoa Nguyen: Looks good to me, approved
  Trivikram Reddy: Looks good to me, but someone else must approve
  Bobby R. Bruce: Looks good to me, approved
  kokoro: Regressions pass



diff --git a/src/cpu/pred/tage_sc_l.cc b/src/cpu/pred/tage_sc_l.cc
index 01171cb..bde71a8 100644
--- a/src/cpu/pred/tage_sc_l.cc
+++ b/src/cpu/pred/tage_sc_l.cc
@@ -458,9 +458,3 @@

 delete bi;
 }
-
-void
-TAGE_SC_L::regStats()
-{
-LTAGE::regStats();
-}
diff --git a/src/cpu/pred/tage_sc_l.hh b/src/cpu/pred/tage_sc_l.hh
index b8714ad..d4986e2 100644
--- a/src/cpu/pred/tage_sc_l.hh
+++ b/src/cpu/pred/tage_sc_l.hh
@@ -154,8 +154,6 @@
 bool predict(
 ThreadID tid, Addr branch_pc, bool cond_branch, void* ) override;

-void regStats() override;
-
 void update(ThreadID tid, Addr branch_addr, bool taken, void  
*bp_history,

 bool squashed, const StaticInstPtr & inst,
 Addr corrTarget) override;

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/36336
To unsubscribe, or for help writing mail filters, visit  
https://gem5-review.googlesource.com/settings


Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: If172c95bb728c7c3748269469781212ef1da6f32
Gerrit-Change-Number: 36336
Gerrit-PatchSet: 2
Gerrit-Owner: Mahyar Samani 
Gerrit-Reviewer: Ayaz Akram 
Gerrit-Reviewer: Bobby R. Bruce 
Gerrit-Reviewer: Gabe Black 
Gerrit-Reviewer: Hoa Nguyen 
Gerrit-Reviewer: Jason Lowe-Power 
Gerrit-Reviewer: Jason Lowe-Power 
Gerrit-Reviewer: Marjan Fariborz 
Gerrit-Reviewer: Maryam Babaie 
Gerrit-Reviewer: Trivikram Reddy 
Gerrit-Reviewer: kokoro 
Gerrit-MessageType: merged
___
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

[gem5-dev] Change in gem5/gem5[develop]: cpu,stats: Update stats for tage_sc_l to new style stats

2020-10-19 Thread Mahyar Samani (Gerrit) via gem5-dev
Mahyar Samani has uploaded this change for review. (  
https://gem5-review.googlesource.com/c/public/gem5/+/36336 )



Change subject: cpu,stats: Update stats for tage_sc_l to new style stats
..

cpu,stats: Update stats for tage_sc_l to new style stats

Updated tage_sc_l.hh and tage_sc_l.cc to use new style stats.

Change-Id: If172c95bb728c7c3748269469781212ef1da6f32
---
M src/cpu/pred/tage_sc_l.cc
M src/cpu/pred/tage_sc_l.hh
2 files changed, 0 insertions(+), 8 deletions(-)



diff --git a/src/cpu/pred/tage_sc_l.cc b/src/cpu/pred/tage_sc_l.cc
index 18fe983..f69a2da 100644
--- a/src/cpu/pred/tage_sc_l.cc
+++ b/src/cpu/pred/tage_sc_l.cc
@@ -464,9 +464,3 @@

 delete bi;
 }
-
-void
-TAGE_SC_L::regStats()
-{
-LTAGE::regStats();
-}
diff --git a/src/cpu/pred/tage_sc_l.hh b/src/cpu/pred/tage_sc_l.hh
index b8714ad..d4986e2 100644
--- a/src/cpu/pred/tage_sc_l.hh
+++ b/src/cpu/pred/tage_sc_l.hh
@@ -154,8 +154,6 @@
 bool predict(
 ThreadID tid, Addr branch_pc, bool cond_branch, void* ) override;

-void regStats() override;
-
 void update(ThreadID tid, Addr branch_addr, bool taken, void  
*bp_history,

 bool squashed, const StaticInstPtr & inst,
 Addr corrTarget) override;

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/36336
To unsubscribe, or for help writing mail filters, visit  
https://gem5-review.googlesource.com/settings


Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: If172c95bb728c7c3748269469781212ef1da6f32
Gerrit-Change-Number: 36336
Gerrit-PatchSet: 1
Gerrit-Owner: Mahyar Samani 
Gerrit-MessageType: newchange
___
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s