Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/tprof Add a "support" section.



details:   https://anonhg.NetBSD.org/src/rev/34a278cd3e7a
branches:  trunk
changeset: 834027:34a278cd3e7a
user:      maxv <maxv%NetBSD.org@localhost>
date:      Tue Jul 24 10:05:36 2018 +0000

description:
Add a "support" section.

diffstat:

 usr.sbin/tprof/tprof.8 |  18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diffs (39 lines):

diff -r fa23eead0992 -r 34a278cd3e7a usr.sbin/tprof/tprof.8
--- a/usr.sbin/tprof/tprof.8    Tue Jul 24 09:50:37 2018 +0000
+++ b/usr.sbin/tprof/tprof.8    Tue Jul 24 10:05:36 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: tprof.8,v 1.9 2018/07/18 16:50:05 wiz Exp $
+.\"    $NetBSD: tprof.8,v 1.10 2018/07/24 10:05:36 maxv Exp $
 .\"
 .\" Copyright (c)2011 YAMAMOTO Takashi,
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd July 13, 2018
+.Dd July 24, 2018
 .Dt TPROF 8
 .Os
 .Sh NAME
@@ -120,6 +120,20 @@
 .Dl # tprof monitor -e llc-misses:k -o myfile.out sleep 20
 The following command displays the results of the sampling.
 .Dl # tprof analyze myfile.out
+.Sh SUPPORT
+The following CPU models are supported:
+.Bl -hyphen -compact -offset indent
+.It
+ARMv7
+.It
+ARMv8
+.It
+x86 AMD Family 10h
+.It
+x86 Intel Generic (all Intel CPUs)
+.It
+x86 Intel Skylake/Kabylake
+.El
 .Sh DIAGNOSTICS
 The
 .Nm



Home | Main Index | Thread Index | Old Index