From owner-cvs-all@FreeBSD.ORG Fri Dec 7 08:26:22 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 214D916A41A; Fri, 7 Dec 2007 08:26:22 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1229413C45A; Fri, 7 Dec 2007 08:26:22 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lB78QLRH000563; Fri, 7 Dec 2007 08:26:21 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lB78QLgL000562; Fri, 7 Dec 2007 08:26:21 GMT (envelope-from jkoshy) Message-Id: <200712070826.lB78QLgL000562@repoman.freebsd.org> From: Joseph Koshy Date: Fri, 7 Dec 2007 08:26:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pmcstat Makefile pmcstat.8 pmcstat.c pmcstat.h pmcstat_log.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2007 08:26:22 -0000 jkoshy 2007-12-07 08:26:21 UTC FreeBSD src repository Modified files: usr.sbin/pmcstat Makefile pmcstat.8 pmcstat.c pmcstat.h pmcstat_log.c Log: Introduce pmcstat(8) changes for summarizing hwpmc(4) callchain records in in textual form and in gmon.out format. Update manual page. Sponsored by: FreeBSD Foundation and Google Inc. Revision Changes Path 1.6 +1 -1 src/usr.sbin/pmcstat/Makefile 1.13 +54 -5 src/usr.sbin/pmcstat/pmcstat.8 1.18 +92 -29 src/usr.sbin/pmcstat/pmcstat.c 1.6 +13 -3 src/usr.sbin/pmcstat/pmcstat.h 1.12 +915 -171 src/usr.sbin/pmcstat/pmcstat_log.c