svn commit: r274018 - stable/10/usr.sbin/pmcstat

Baptiste Daroussin bapt at FreeBSD.org
Mon Nov 3 08:48:49 UTC 2014


Author: bapt
Date: Mon Nov  3 08:48:48 2014
New Revision: 274018
URL: https://svnweb.freebsd.org/changeset/base/274018

Log:
  MFC r273737, 273739
  
  Clarify the documentation of pmcstat:
  the -d argument should be passed before -p, -s, -P or -S to be taken in account
  
  Differential Revision:	https://reviews.freebsd.org/D1011
  Reviewed by:	adrian, gnn

Modified:
  stable/10/usr.sbin/pmcstat/pmcstat.8
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/pmcstat/pmcstat.8
==============================================================================
--- stable/10/usr.sbin/pmcstat/pmcstat.8	Mon Nov  3 07:46:51 2014	(r274017)
+++ stable/10/usr.sbin/pmcstat/pmcstat.8	Mon Nov  3 08:48:48 2014	(r274018)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 29, 2014
+.Dd Oct 27, 2014
 .Dt PMCSTAT 8
 .Os
 .Sh NAME
@@ -254,6 +254,12 @@ Toggle between process mode PMCs measuri
 process' current and future children or only measuring events for
 the target process.
 The default is to measure events for the target process alone.
+(it has to be passed in the command line prior to
+.Fl p ,
+.Fl s ,
+.Fl P ,
+or
+.Fl S ) .
 .It Fl f Ar pluginopt
 Pass option string to the active plugin.
 .br


More information about the svn-src-all mailing list