summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorgnn <gnn@FreeBSD.org>2012-02-14 18:57:10 +0000
committergnn <gnn@FreeBSD.org>2012-02-14 18:57:10 +0000
commit5fed2daf28bd8066695c5d30f8d5f6ad4776c23b (patch)
tree740a28d226ae0a6af26cb32f8abce72c2b921a3c /tools
parent30bbceb660cbc03f455cd853eee60e9c8d03f369 (diff)
downloadFreeBSD-src-5fed2daf28bd8066695c5d30f8d5f6ad4776c23b.zip
FreeBSD-src-5fed2daf28bd8066695c5d30f8d5f6ad4776c23b.tar.gz
Remove UCP from the list of counters
Diffstat (limited to 'tools')
-rwxr-xr-xtools/test/hwpmc/pmctest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/hwpmc/pmctest.py b/tools/test/hwpmc/pmctest.py
index a6aaf11..e3c12d3 100755
--- a/tools/test/hwpmc/pmctest.py
+++ b/tools/test/hwpmc/pmctest.py
@@ -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():
OpenPOWER on IntegriCloud