Add a "support" section.

This commit is contained in:
maxv 2018-07-24 10:05:36 +00:00
parent 8c9dd8d036
commit 1b2a6113eb

View File

@ -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