diff options
Diffstat (limited to 'tools/test/hwpmc')
-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 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(): |