summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorfabient <fabient@FreeBSD.org>2012-09-10 16:32:28 +0000
committerfabient <fabient@FreeBSD.org>2012-09-10 16:32:28 +0000
commit886e70314cb6a99e622a8446bdc55db38b1a3aa4 (patch)
treea153bc526fb81d0275a35d85521583d4e85b7d9b /tools
parentae7dbaa15970260f5fc9e3c62c6eff52530dfee7 (diff)
downloadFreeBSD-src-886e70314cb6a99e622a8446bdc55db38b1a3aa4.zip
FreeBSD-src-886e70314cb6a99e622a8446bdc55db38b1a3aa4.tar.gz
Add SOFT as a possible section to exclude from counter list.
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 fb6667d..6495e6a 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():
OpenPOWER on IntegriCloud