Module Name: src
Committed By: maxv
Date: Tue Jul 24 10:05:36 UTC 2018
Modified Files:
src/usr.sbin/tprof: tprof.8
Log Message:
Add a "support" section.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/tprof/tprof.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/tprof/tprof.8
diff -u src/usr.sbin/tprof/tprof.8:1.9 src/usr.sbin/tprof/tprof.8:1.10
--- src/usr.sbin/tprof/tprof.8:1.9 Wed Jul 18 16:50:05 2018
+++ src/usr.sbin/tprof/tprof.8 Tue Jul 24 10:05:36 2018
@@ -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 @@ samples into the file myfile.out.
.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