From owner-cvs-all Tue Oct 30 7:54:16 2001 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 3A1C337B403; Tue, 30 Oct 2001 07:54:09 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9UFs9520895; Tue, 30 Oct 2001 07:54:09 -0800 (PST) (envelope-from green) Message-Id: <200110301554.f9UFs9520895@freefall.freebsd.org> From: Brian Feldman Date: Tue, 30 Oct 2001 07:54:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/gprof Makefile gprof.1 gprof.c gprof.h kernel.c src/usr.bin/gprof4 Makefile 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 green 2001/10/30 07:54:09 PST Modified files: usr.bin/gprof Makefile gprof.1 gprof.c gprof.h usr.bin/gprof4 Makefile Added files: usr.bin/gprof kernel.c Log: Add -K support to gprof(1), which enables dynamic symbol resolution from the currently-running kernel (and supercedes an executable file argument given). With this change, properly-compiled KLD modules are now able to be profiled. Obtained from: NAI Labs CBOSS project Funded by: DARPA Revision Changes Path 1.5 +2 -1 src/usr.bin/gprof/Makefile 1.19 +12 -1 src/usr.bin/gprof/gprof.1 1.12 +6 -2 src/usr.bin/gprof/gprof.c 1.11 +4 -0 src/usr.bin/gprof/gprof.h 1.1 +64 -0 src/usr.bin/gprof/kernel.c (new) 1.4 +2 -1 src/usr.bin/gprof4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message