From owner-cvs-usrsbin Thu Aug 14 03:38:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA10347 for cvs-usrsbin-outgoing; Thu, 14 Aug 1997 03:38:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA10258; Thu, 14 Aug 1997 03:36:10 -0700 (PDT) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id DAA09542; Thu, 14 Aug 1997 03:36:04 -0700 (PDT) Date: Thu, 14 Aug 1997 03:36:04 -0700 (PDT) Message-Id: <199708141036.DAA09542@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/kernbb kernbb.8 kernbb.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1997/08/14 03:36:03 PDT Modified files: usr.sbin/kernbb kernbb.8 kernbb.c Log: Do not output anything for source-files with no counts. Output function name for the "pre-prologue" entry, by stealing it from the next entry. Output length of basic-block in bytes and product of executions and length. Revision Changes Path 1.5 +4 -2 src/usr.sbin/kernbb/kernbb.8 1.7 +20 -6 src/usr.sbin/kernbb/kernbb.c