From owner-svn-src-all@FreeBSD.ORG Tue Feb 14 18:57:11 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19E531065678; Tue, 14 Feb 2012 18:57:11 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0914D8FC18; Tue, 14 Feb 2012 18:57:11 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q1EIvA6E013166; Tue, 14 Feb 2012 18:57:10 GMT (envelope-from gnn@svn.freebsd.org) Received: (from gnn@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q1EIvAjs013163; Tue, 14 Feb 2012 18:57:10 GMT (envelope-from gnn@svn.freebsd.org) Message-Id: <201202141857.q1EIvAjs013163@svn.freebsd.org> From: "George V. Neville-Neil" Date: Tue, 14 Feb 2012 18:57:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r231699 - head/tools/test/hwpmc X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 18:57:11 -0000 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():