Date: Mon, 16 Apr 2018 16:10:16 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r332593 - in stable/11: usr.bin/gprof usr.sbin/kgmon Message-ID: <201804161610.w3GGAGVF088490@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: trasz Date: Mon Apr 16 16:10:16 2018 New Revision: 332593 URL: https://svnweb.freebsd.org/changeset/base/332593 Log: MFC r326248: .Xr pmcstat(8) from kgmon(8) and gprof(1). Modified: stable/11/usr.bin/gprof/gprof.1 stable/11/usr.sbin/kgmon/kgmon.8 Directory Properties: stable/11/ (props changed) Modified: stable/11/usr.bin/gprof/gprof.1 ============================================================================== --- stable/11/usr.bin/gprof/gprof.1 Mon Apr 16 16:06:27 2018 (r332592) +++ stable/11/usr.bin/gprof/gprof.1 Mon Apr 16 16:10:16 2018 (r332593) @@ -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: stable/11/usr.sbin/kgmon/kgmon.8 ============================================================================== --- stable/11/usr.sbin/kgmon/kgmon.8 Mon Apr 16 16:06:27 2018 (r332592) +++ stable/11/usr.sbin/kgmon/kgmon.8 Mon Apr 16 16:10:16 2018 (r332593) @@ -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?201804161610.w3GGAGVF088490>