Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/pmc Sort sections. Fix macro usage.



details:   https://anonhg.NetBSD.org/src/rev/9b757b294158
branches:  trunk
changeset: 825411:9b757b294158
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jul 13 10:59:53 2017 +0000

description:
Sort sections. Fix macro usage.

diffstat:

 usr.bin/pmc/pmc.1 |  17 +++++++----------
 1 files changed, 7 insertions(+), 10 deletions(-)

diffs (49 lines):

diff -r 8d520f6dc4bf -r 9b757b294158 usr.bin/pmc/pmc.1
--- a/usr.bin/pmc/pmc.1 Thu Jul 13 09:06:28 2017 +0000
+++ b/usr.bin/pmc/pmc.1 Thu Jul 13 10:59:53 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pmc.1,v 1.12 2017/07/12 17:38:15 maxv Exp $
+.\"    $NetBSD: pmc.1,v 1.13 2017/07/13 10:59:53 wiz Exp $
 .\"
 .\" Copyright (c) 2017 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -96,6 +96,12 @@
 Stop any performance counters that are currently running, and display the
 values of these counters.
 .El
+.Sh FILES
+.Pa src/sys/arch/x86/x86/pmc.c
+x86 implementation.
+.Pp
+.Pa src/usr.bin/pmc/pmc.c
+pmc tool.
 .Sh EXAMPLES
 The following command prints the available counters.
 .Dl # pmc list
@@ -114,12 +120,10 @@
 The latter will start one counter that tracks the event from all sources;
 it therefore does the sum of the two counters from the first command, but
 takes only one counter to do so.
-.El
 .Sh INTERPRETING RESULTS
 For each PMC on each CPU, the value reported by the
 .Nm
 tool is the number of events counted, encoded in a 64bit integer.
-.El
 .Sh DIAGNOSTICS
 .Bl -diag
 .It PMC support not compiled into the kernel
@@ -132,13 +136,6 @@
 .Xr options 4
 for details.
 .El
-.Sh FILES
-.Pa src/sys/arch/x86/x86/pmc.c
-x86 implementation.
-.Pp
-.Pa src/usr.bin/pmc/pmc.c
-pmc tool.
-.El
 .Sh SEE ALSO
 .Xr options 4
 .Sh HISTORY



Home | Main Index | Thread Index | Old Index