aboutsummaryrefslogtreecommitdiff
path: root/tools/test
diff options
context:
space:
mode:
authorFabien Thomas <fabient@FreeBSD.org>2012-09-10 16:32:28 +0000
committerFabien Thomas <fabient@FreeBSD.org>2012-09-10 16:32:28 +0000
commit345ddfcfe96ec7cc2bbe8b0217eea546fdab200a (patch)
treea153bc526fb81d0275a35d85521583d4e85b7d9b /tools/test
parent347ebd12dbc863043bb5803c6d7a46b09d2bae26 (diff)
Notes
Diffstat (limited to 'tools/test')
-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 fb6667db8c00..6495e6a5b398 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", "UCP"]
+notcounter = ["IAF", "IAP", "TSC", "UNC", "UCF", "UCP", "SOFT" ]
def main():