From 2fad7e6a9bbcdabdcdf401b66e058c29ea0a89e7 Mon Sep 17 00:00:00 2001 From: jkoshy Date: Fri, 19 Sep 2008 13:21:23 +0000 Subject: Keep symbols in sorted order. --- lib/libpmc/pmc.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') 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. -- cgit v1.1