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(): _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"