From owner-svn-src-stable@FreeBSD.ORG Tue Sep 4 17:29:35 2012 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEDE8106564A; Tue, 4 Sep 2012 17:29:35 +0000 (UTC) (envelope-from jimharris@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A9B428FC16; Tue, 4 Sep 2012 17:29:35 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q84HTZa8092511; Tue, 4 Sep 2012 17:29:35 GMT (envelope-from jimharris@svn.freebsd.org) Received: (from jimharris@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q84HTZFk092509; Tue, 4 Sep 2012 17:29:35 GMT (envelope-from jimharris@svn.freebsd.org) Message-Id: <201209041729.q84HTZFk092509@svn.freebsd.org> From: Jim Harris Date: Tue, 4 Sep 2012 17:29:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r240095 - stable/7/usr.sbin/pmcstat X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 17:29:36 -0000 Author: jimharris Date: Tue Sep 4 17:29:35 2012 New Revision: 240095 URL: http://svn.freebsd.org/changeset/base/240095 Log: MFC r239571: Add -m option (for printing sampled PCs to a file) to pmcstat usage message. Modified: stable/7/usr.sbin/pmcstat/pmcstat.c Directory Properties: stable/7/usr.sbin/pmcstat/ (props changed) Modified: stable/7/usr.sbin/pmcstat/pmcstat.c ============================================================================== --- stable/7/usr.sbin/pmcstat/pmcstat.c Tue Sep 4 17:27:21 2012 (r240094) +++ stable/7/usr.sbin/pmcstat/pmcstat.c Tue Sep 4 17:29:35 2012 (r240095) @@ -512,6 +512,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"