Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 May 2018 07:18:49 +0000 (UTC)
From:      Matt Macy <mmacy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r334135 - head/usr.sbin/pmcstat
Message-ID:  <201805240718.w4O7In94085939@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805240718.w4O7In94085939>