svn commit: r240323 - head/tools/test/hwpmc

Fabien Thomas fabient at FreeBSD.org
Mon Sep 10 16:32:29 UTC 2012


Author: fabient
Date: Mon Sep 10 16:32:28 2012
New Revision: 240323
URL: http://svn.freebsd.org/changeset/base/240323

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

Modified:
  head/tools/test/hwpmc/pmctest.py

Modified: head/tools/test/hwpmc/pmctest.py
==============================================================================
--- head/tools/test/hwpmc/pmctest.py	Mon Sep 10 16:28:45 2012	(r240322)
+++ head/tools/test/hwpmc/pmctest.py	Mon Sep 10 16:32:28 2012	(r240323)
@@ -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():
 


More information about the svn-src-all mailing list