Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2017 12:37:14 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r326248 - in head: usr.bin/gprof usr.sbin/kgmon
Message-ID:  <201711271237.vARCbEBp030539@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Mon Nov 27 12:37:14 2017
New Revision: 326248
URL: https://svnweb.freebsd.org/changeset/base/326248

Log:
  .Xr pmcstat(8) from kgmon(8) and gprof(1).
  
  MFC after:	2 weeks
  Sponsored by:	DARPA, AFRL

Modified:
  head/usr.bin/gprof/gprof.1
  head/usr.sbin/kgmon/kgmon.8

Modified: head/usr.bin/gprof/gprof.1
==============================================================================
--- head/usr.bin/gprof/gprof.1	Mon Nov 27 12:34:23 2017	(r326247)
+++ head/usr.bin/gprof/gprof.1	Mon Nov 27 12:37:14 2017	(r326248)
@@ -28,7 +28,7 @@
 .\"	@(#)gprof.1	8.1 (Berkeley) 6/6/93
 .\" $FreeBSD$
 .\"
-.Dd December 25, 2008
+.Dd November 27, 2017
 .Dt GPROF 1
 .Os
 .Sh NAME
@@ -272,7 +272,8 @@ Summarized dynamic call graph and profile.
 .Sh SEE ALSO
 .Xr cc 1 ,
 .Xr profil 2 ,
-.Xr clocks 7
+.Xr clocks 7 ,
+.Xr pmcstat 8
 .\" .Xr monitor 3 ,
 .\" .Xr prof 1
 .Rs

Modified: head/usr.sbin/kgmon/kgmon.8
==============================================================================
--- head/usr.sbin/kgmon/kgmon.8	Mon Nov 27 12:34:23 2017	(r326247)
+++ head/usr.sbin/kgmon/kgmon.8	Mon Nov 27 12:37:14 2017	(r326248)
@@ -28,7 +28,7 @@
 .\"     @(#)kgmon.8	8.1 (Berkeley) 6/6/93
 .\" $FreeBSD$
 .\"
-.Dd June 6, 1993
+.Dd November 27, 2017
 .Dt KGMON 8
 .Os
 .Sh NAME
@@ -121,7 +121,8 @@ file with the warning that the data may be
 inconsistent if profiling is in progress.
 .Sh SEE ALSO
 .Xr gprof 1 ,
-.Xr config 8
+.Xr config 8 ,
+.Xr pmcstat 8
 .Sh HISTORY
 The
 .Nm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711271237.vARCbEBp030539>