[gem5-dev] Change in gem5/gem5[develop]: util: Add missing parameter for print_insts

2021-04-13 Thread Hoa Nguyen (Gerrit) via gem5-dev
Hoa Nguyen has submitted this change. (  
https://gem5-review.googlesource.com/c/public/gem5/+/8 )


Change subject: util: Add missing parameter for print_insts
..

util: Add missing parameter for print_insts

JIRA: https://gem5.atlassian.net/browse/GEM5-949

Change-Id: I74fe7adc06124d193f17d682882766484ac18528
Signed-off-by: Hoa Nguyen 
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/8
Reviewed-by: Gabe Black 
Maintainer: Gabe Black 
Tested-by: kokoro 
---
M util/o3-pipeview.py
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Gabe Black: Looks good to me, approved; Looks good to me, approved
  kokoro: Regressions pass



diff --git a/util/o3-pipeview.py b/util/o3-pipeview.py
index 11e86a7..630c536 100755
--- a/util/o3-pipeview.py
+++ b/util/o3-pipeview.py
@@ -129,7 +129,8 @@
 if fields[1] == 'fetch':
 if ((stop_tick > 0 and int(fields[2]) >  
stop_tick+insts['tick_drift']) or
 (stop_sn > 0 and int(fields[5]) >  
(stop_sn+insts['max_threshold']))):
-print_insts(outfile, cycle_time, width, color,  
timestamps, 0)
+print_insts(outfile, cycle_time, width, color,  
timestamps,

+store_completions, 0)
 return
 (curr_inst['pc'], curr_inst['upc']) = fields[3:5]
 curr_inst['sn'] = int(fields[5])

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/8
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: I74fe7adc06124d193f17d682882766484ac18528
Gerrit-Change-Number: 8
Gerrit-PatchSet: 2
Gerrit-Owner: Hoa Nguyen 
Gerrit-Reviewer: Gabe Black 
Gerrit-Reviewer: Hoa Nguyen 
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]: util: Add missing parameter for print_insts

2021-04-12 Thread Hoa Nguyen (Gerrit) via gem5-dev
Hoa Nguyen has uploaded this change for review. (  
https://gem5-review.googlesource.com/c/public/gem5/+/8 )



Change subject: util: Add missing parameter for print_insts
..

util: Add missing parameter for print_insts

JIRA: https://gem5.atlassian.net/browse/GEM5-949

Change-Id: I74fe7adc06124d193f17d682882766484ac18528
Signed-off-by: Hoa Nguyen 
---
M util/o3-pipeview.py
1 file changed, 2 insertions(+), 1 deletion(-)



diff --git a/util/o3-pipeview.py b/util/o3-pipeview.py
index 11e86a7..630c536 100755
--- a/util/o3-pipeview.py
+++ b/util/o3-pipeview.py
@@ -129,7 +129,8 @@
 if fields[1] == 'fetch':
 if ((stop_tick > 0 and int(fields[2]) >  
stop_tick+insts['tick_drift']) or
 (stop_sn > 0 and int(fields[5]) >  
(stop_sn+insts['max_threshold']))):
-print_insts(outfile, cycle_time, width, color,  
timestamps, 0)
+print_insts(outfile, cycle_time, width, color,  
timestamps,

+store_completions, 0)
 return
 (curr_inst['pc'], curr_inst['upc']) = fields[3:5]
 curr_inst['sn'] = int(fields[5])

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/8
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: I74fe7adc06124d193f17d682882766484ac18528
Gerrit-Change-Number: 8
Gerrit-PatchSet: 1
Gerrit-Owner: Hoa Nguyen 
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