pmcstat: add usage strings for -L and -I

This commit is contained in:
Matt Macy 2018-05-24 07:18:49 +00:00
parent f2597cf756
commit 0a87e3ff64
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334135

View File

@ -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"