svn commit: r334135 - head/usr.sbin/pmcstat

Matt Macy mmacy at FreeBSD.org
Thu May 24 07:18:50 UTC 2018


Author: mmacy
Date: Thu May 24 07:18:49 2018
New Revision: 334135
URL: https://svnweb.freebsd.org/changeset/base/334135

Log:
  pmcstat: add usage strings for -L and -I

Modified:
  head/usr.sbin/pmcstat/pmcstat.c

Modified: head/usr.sbin/pmcstat/pmcstat.c
==============================================================================
--- head/usr.sbin/pmcstat/pmcstat.c	Thu May 24 06:47:40 2018	(r334134)
+++ head/usr.sbin/pmcstat/pmcstat.c	Thu May 24 07:18:49 2018	(r334135)
@@ -365,6 +365,8 @@ pmcstat_show_usage(void)
 	    "\t -F file\t write a system-wide callgraph (Kcachegrind format)"
 		" to \"file\"\n"
 	    "\t -G file\t write a system-wide callgraph to \"file\"\n"
+	    "\t -I don't resolve leaf function but show address instead" 
+	    "\t -L \"tid\" filter on thread id in post-processing"
 	    "\t -M file\t print executable/gmon file map to \"file\"\n"
 	    "\t -N\t\t (toggle) capture callchains\n"
 	    "\t -O file\t send log output to \"file\"\n"


More information about the svn-src-head mailing list