diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 2005-07-23 13:49:04 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2005-07-23 13:49:04 +0000 |
| commit | 9133b639024770121ef64cf2765991db4063ebc3 (patch) | |
| tree | 299e18a165b8359e7406e13d80f182c6787d68e5 | |
| parent | 3c0a99e66e7e121df32c85b7ad73b4ca335c94b8 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/pmcstat/pmcstat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pmcstat/pmcstat.c b/usr.sbin/pmcstat/pmcstat.c index c41fa77f75df..35e8beca6bae 100644 --- a/usr.sbin/pmcstat/pmcstat.c +++ b/usr.sbin/pmcstat/pmcstat.c @@ -325,6 +325,7 @@ pmcstat_show_usage(void) "\t -c cpu\t\t set cpu for subsequent system-wide PMCs\n" "\t -d\t\t (toggle) track descendants\n" "\t -g\t\t produce gprof(1) compatible profiles\n" + "\t -k file\t set the path to the kernel\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" |
