Remove UCP from the list of counters

This commit is contained in:
George V. Neville-Neil 2012-02-14 18:57:10 +00:00
parent f9166e7c3d
commit 77b7d3b2e6

View File

@ -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():