mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Keep symbols in sorted order.
This commit is contained in:
parent
2c79db5107
commit
624f6965da
1 changed files with 4 additions and 4 deletions
|
|
@ -242,13 +242,13 @@ The ability to interrupt the CPU.
|
|||
.It Li PMC_CAP_INVERT
|
||||
The ability to invert the sense of the hardware conditions being
|
||||
measured.
|
||||
.It Li PMC_CAP_READ
|
||||
The ability to read from performance counters.
|
||||
.It Li PMC_CAP_PRECISE
|
||||
The ability to perform precise sampling.
|
||||
.It Li PMC_CAP_QUALIFIER
|
||||
The hardware allows monitored to be further qualified in some
|
||||
system dependent way.
|
||||
.It Li PMC_CAP_PRECISE
|
||||
The ability to perform precise sampling.
|
||||
.It Li PMC_CAP_READ
|
||||
The ability to read from performance counters.
|
||||
.It Li PMC_CAP_SYSTEM
|
||||
The ability to restrict counting of hardware events to when the CPU is
|
||||
running privileged code.
|
||||
|
|
|
|||
Loading…
Reference in a new issue