Add SOFT as a possible section to exclude from counter list.

This commit is contained in:
Fabien Thomas 2012-09-10 16:32:28 +00:00
parent 347ebd12db
commit 345ddfcfe9

View File

@ -53,7 +53,7 @@
# 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():