From owner-cvs-all Tue Oct 30 7: 5: 1 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 358CC37B401; Tue, 30 Oct 2001 07:04:58 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9UF4wE08758; Tue, 30 Oct 2001 07:04:58 -0800 (PST) (envelope-from green) Message-Id: <200110301504.f9UF4wE08758@freefall.freebsd.org> From: Brian Feldman Date: Tue, 30 Oct 2001 07:04:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_prof.c src/sys/i386/include profile.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 green 2001/10/30 07:04:58 PST Modified files: sys/kern subr_prof.c sys/i386/include profile.h Log: Add kmupetext(), a function that expands the range of memory covered by the profiler on a running system. This is not done sparsely, as memory is cheaper than processor speed and each gprof mcount() and mexitcount() operation is already very expensive. Obtained from: NAI Labs CBOSS project Funded by: DARPA Revision Changes Path 1.25 +2 -1 src/sys/i386/include/profile.h 1.50 +65 -6 src/sys/kern/subr_prof.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message