svn commit: r199972 - head/sys/dev/hwpmc

Ed Maste emaste at FreeBSD.org
Mon Nov 30 20:41:30 UTC 2009


Author: emaste
Date: Mon Nov 30 20:41:30 2009
New Revision: 199972
URL: http://svn.freebsd.org/changeset/base/199972

Log:
  Use switch out (SWO) instead of switch in (SWI) debug log mask in csw_out.

Modified:
  head/sys/dev/hwpmc/hwpmc_mod.c

Modified: head/sys/dev/hwpmc/hwpmc_mod.c
==============================================================================
--- head/sys/dev/hwpmc/hwpmc_mod.c	Mon Nov 30 18:48:07 2009	(r199971)
+++ head/sys/dev/hwpmc/hwpmc_mod.c	Mon Nov 30 20:41:30 2009	(r199972)
@@ -1401,7 +1401,7 @@ pmc_process_csw_out(struct thread *td)
 
 			tmp = newvalue - PMC_PCPU_SAVED(cpu,ri);
 
-			PMCDBG(CSW,SWI,1,"cpu=%d ri=%d tmp=%jd", cpu, ri,
+			PMCDBG(CSW,SWO,1,"cpu=%d ri=%d tmp=%jd", cpu, ri,
 			    tmp);
 
 			if (mode == PMC_MODE_TS) {


More information about the svn-src-all mailing list