summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pmcstat
diff options
context:
space:
mode:
authorjimharris <jimharris@FreeBSD.org>2012-08-22 19:02:07 +0000
committerjimharris <jimharris@FreeBSD.org>2012-08-22 19:02:07 +0000
commit1fa84df052b595555bda34e27e5aa164bdbb8741 (patch)
tree72ebd445506f0ae2a58782453a0dd767e884e7f8 /usr.sbin/pmcstat
parent73aa45316e86cf766eb9c0379fbbf4947141e2bb (diff)
downloadFreeBSD-src-1fa84df052b595555bda34e27e5aa164bdbb8741.zip
FreeBSD-src-1fa84df052b595555bda34e27e5aa164bdbb8741.tar.gz
Add -m option (for printing sampled PCs to a file) to pmcstat usage
message. Sponsored by: Intel MFC after: 3 days
Diffstat (limited to 'usr.sbin/pmcstat')
-rw-r--r--usr.sbin/pmcstat/pmcstat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pmcstat/pmcstat.c b/usr.sbin/pmcstat/pmcstat.c
index 0133119..6808eed 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"
OpenPOWER on IntegriCloud