svn commit: r231699 - head/tools/test/hwpmc

George V. Neville-Neil gnn at FreeBSD.org
Tue Feb 14 18:57:11 UTC 2012


Author: gnn
Date: Tue Feb 14 18:57:10 2012
New Revision: 231699
URL: http://svn.freebsd.org/changeset/base/231699

Log:
  Remove UCP from the list of counters

Modified:
  head/tools/test/hwpmc/pmctest.py

Modified: head/tools/test/hwpmc/pmctest.py
==============================================================================
--- head/tools/test/hwpmc/pmctest.py	Tue Feb 14 18:51:21 2012	(r231698)
+++ head/tools/test/hwpmc/pmctest.py	Tue Feb 14 18:57:10 2012	(r231699)
@@ -53,7 +53,7 @@ from subprocess import PIPE
 
 # A list of strings that are not really counters, just
 # name tags that are output by pmccontrol -L
-notcounter = ["IAF", "IAP", "TSC", "UNC", "UCF"]
+notcounter = ["IAF", "IAP", "TSC", "UNC", "UCF", "UCP"]
 
 def main():
 


More information about the svn-src-head mailing list