summaryrefslogtreecommitdiffstats
path: root/tools/test/hwpmc/pmctest.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/hwpmc/pmctest.py')
-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