diff options
| author | Fabien Thomas <fabient@FreeBSD.org> | 2012-09-10 16:32:28 +0000 |
|---|---|---|
| committer | Fabien Thomas <fabient@FreeBSD.org> | 2012-09-10 16:32:28 +0000 |
| commit | 345ddfcfe96ec7cc2bbe8b0217eea546fdab200a (patch) | |
| tree | a153bc526fb81d0275a35d85521583d4e85b7d9b /tools/test | |
| parent | 347ebd12dbc863043bb5803c6d7a46b09d2bae26 (diff) | |
Notes
Diffstat (limited to 'tools/test')
| -rwxr-xr-x | tools/test/hwpmc/pmctest.py | 2 |
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(): |
