Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2012 16:32:28 +0000 (UTC)
From:      Fabien Thomas <fabient@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r240323 - head/tools/test/hwpmc
Message-ID:  <201209101632.q8AGWS83083277@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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():
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209101632.q8AGWS83083277>