summaryrefslogtreecommitdiffstats
path: root/lib/libpmc
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>2008-09-19 13:21:23 +0000
committerjkoshy <jkoshy@FreeBSD.org>2008-09-19 13:21:23 +0000
commit2fad7e6a9bbcdabdcdf401b66e058c29ea0a89e7 (patch)
tree3e973d62cadd99e0cc8a6d51b60493095007bb36 /lib/libpmc
parent7b7904fe0cb75ea64eed08f11b44ffad6bcb87eb (diff)
downloadFreeBSD-src-2fad7e6a9bbcdabdcdf401b66e058c29ea0a89e7.zip
FreeBSD-src-2fad7e6a9bbcdabdcdf401b66e058c29ea0a89e7.tar.gz
Keep symbols in sorted order.
Diffstat (limited to 'lib/libpmc')
-rw-r--r--lib/libpmc/pmc.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libpmc/pmc.3 b/lib/libpmc/pmc.3
index a047586..a031928 100644
--- a/lib/libpmc/pmc.3
+++ b/lib/libpmc/pmc.3
@@ -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.
OpenPOWER on IntegriCloud