mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
9872c96102
commit
eef0660a7f
2 changed files with 721 additions and 671 deletions
|
|
@ -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
Loading…
Reference in a new issue