svn commit: r240093 - stable/9/usr.sbin/pmcstat

Jim Harris jimharris at FreeBSD.org
Tue Sep 4 17:24:12 UTC 2012


Author: jimharris
Date: Tue Sep  4 17:24:11 2012
New Revision: 240093
URL: http://svn.freebsd.org/changeset/base/240093

Log:
  MFC r239571:
  
  Add -m option (for printing sampled PCs to a file) to pmcstat usage
  message.

Modified:
  stable/9/usr.sbin/pmcstat/pmcstat.c
Directory Properties:
  stable/9/usr.sbin/pmcstat/   (props changed)

Modified: stable/9/usr.sbin/pmcstat/pmcstat.c
==============================================================================
--- stable/9/usr.sbin/pmcstat/pmcstat.c	Tue Sep  4 17:15:19 2012	(r240092)
+++ stable/9/usr.sbin/pmcstat/pmcstat.c	Tue Sep  4 17:24:11 2012	(r240093)
@@ -509,6 +509,7 @@ pmcstat_show_usage(void)
 	    "\t -f spec\t pass \"spec\" to as plugin option\n"
 	    "\t -g\t\t produce gprof(1) compatible profiles\n"
 	    "\t -k dir\t\t set the path to the kernel\n"
+	    "\t -m file\t print sampled PCs to \"file\"\n"
 	    "\t -n rate\t set sampling rate\n"
 	    "\t -o file\t send print output to \"file\"\n"
 	    "\t -p spec\t allocate a process-private counting PMC\n"


More information about the svn-src-all mailing list