Fix several typos and bugs within pmcstudy. Also highlight the one SB test

that is failing (and is likely a problem in the actual PMC defintions). Add
to this also the -A option to run all canned tests.

Sponsored by:	Netflix Inc.
This commit is contained in:
Randall Stewart 2015-12-10 01:52:29 +00:00
parent 9872c96102
commit eef0660a7f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292043
2 changed files with 721 additions and 671 deletions

View File

@ -32,7 +32,7 @@
.Nd Perform various studies on a system's overall PMCs.
.Sh SYNOPSIS
.Nm
.Oo Fl i Ar inputfile | Fl T | Fl v | Fl m Ar max | Fl e exp | Fl Ar E | Fl h | fl H Oc
.Oo Fl i Ar inputfile | Fl A | Fl T | Fl v | Fl m Ar max | Fl e exp | Fl Ar E | Fl h | fl H Oc
.Nm
.Fl i Ar inputfile
.Nm
@ -128,6 +128,8 @@ test like
"UOPS_RETIRED.RETIRE_SLOTS / (4 * CPU_CLK_UNHALTED.THREAD_P)".
.It Fl L
This option will list all known PMCs and their abbreviation (%NNN).
.It Fl A
Run all canned tests.
.El
.Sh SEE ALSO
.Xr pmc 3 ,

File diff suppressed because it is too large Load Diff