Date: Tue, 4 Sep 2012 17:27:21 +0000 (UTC) From: Jim Harris <jimharris@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r240094 - stable/8/usr.sbin/pmcstat Message-ID: <201209041727.q84HRLKx092194@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jimharris Date: Tue Sep 4 17:27:21 2012 New Revision: 240094 URL: http://svn.freebsd.org/changeset/base/240094 Log: MFC r239571: Add -m option (for printing sampled PCs to a file) to pmcstat usage message. Modified: stable/8/usr.sbin/pmcstat/pmcstat.c Directory Properties: stable/8/usr.sbin/pmcstat/ (props changed) Modified: stable/8/usr.sbin/pmcstat/pmcstat.c ============================================================================== --- stable/8/usr.sbin/pmcstat/pmcstat.c Tue Sep 4 17:24:11 2012 (r240093) +++ stable/8/usr.sbin/pmcstat/pmcstat.c Tue Sep 4 17:27:21 2012 (r240094) @@ -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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209041727.q84HRLKx092194>