From owner-cvs-all Wed Mar 6 3:26: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF81337B416; Wed, 6 Mar 2002 03:25:58 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g26BPwZ38610; Wed, 6 Mar 2002 03:25:58 -0800 (PST) (envelope-from bde) Message-Id: <200203061125.g26BPwZ38610@freefall.freebsd.org> From: Bruce Evans Date: Wed, 6 Mar 2002 03:25:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/gprof gprof.c gprof.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/03/06 03:25:58 PST Modified files: usr.bin/gprof gprof.c gprof.h Log: Support runtime specification of the history counter type by whatever generated the gmon data. The support is currently limited to what is easy to implement and/or needed: signedess: signed or insigned size: 8, 16, 32 or 64 bits format: a binary integer in gprof's format (gprof is not a cross-tool). High-resolution kernel profiling uses signed 64-bit counters. Normal kernel profiling and user profiling use unsigned 16-bit counters but should use 32-bit ones. Revision Changes Path 1.16 +45 -9 src/usr.bin/gprof/gprof.c 1.14 +6 -9 src/usr.bin/gprof/gprof.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message