Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Feb 2012 18:57:10 +0000 (UTC)
From:      "George V. Neville-Neil" <gnn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r231699 - head/tools/test/hwpmc
Message-ID:  <201202141857.q1EIvAjs013163@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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():
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202141857.q1EIvAjs013163>