Date: Mon, 3 Nov 2014 08:48:49 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r274018 - stable/10/usr.sbin/pmcstat Message-ID: <201411030848.sA38mnev065500@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411030848.sA38mnev065500>