aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2008-09-19 13:21:23 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2008-09-19 13:21:23 +0000
commit624f6965dae1e71f9a9add4fcbe95cc29fef32e1 (patch)
tree3e973d62cadd99e0cc8a6d51b60493095007bb36
parent2c79db510742ddb075791436645a9b2cb98fd3a3 (diff)
downloadsrc-624f6965dae1e71f9a9add4fcbe95cc29fef32e1.tar.gz
src-624f6965dae1e71f9a9add4fcbe95cc29fef32e1.zip
Keep symbols in sorted order.
Notes
Notes: svn path=/head/; revision=183184
-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 a04758644841..a03192867147 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.