From 300300d51e2d9e32b069515a5705d1782d44d297 Mon Sep 17 00:00:00 2001 From: jimharris Date: Tue, 4 Sep 2012 17:24:11 +0000 Subject: [PATCH] MFC r239571: Add -m option (for printing sampled PCs to a file) to pmcstat usage message. git-svn-id: svn://svn.freebsd.org/base/stable/9@240093 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- usr.sbin/pmcstat/pmcstat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/pmcstat/pmcstat.c b/usr.sbin/pmcstat/pmcstat.c index 8c54a2904..924a233cb 100644 --- a/usr.sbin/pmcstat/pmcstat.c +++ b/usr.sbin/pmcstat/pmcstat.c @@ -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" -- 2.45.0