From owner-cvs-all Sat Jul 13 15:28:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3854737B400; Sat, 13 Jul 2002 15:28:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9EC343E42; Sat, 13 Jul 2002 15:28:34 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6DMSYJU068083; Sat, 13 Jul 2002 15:28:34 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6DMSY84068082; Sat, 13 Jul 2002 15:28:34 -0700 (PDT) Message-Id: <200207132228.g6DMSY84068082@freefall.freebsd.org> From: Bruce Evans Date: Sat, 13 Jul 2002 15:28:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf kern.post.mk kern.pre.mk src/sys/i386/isa prof_machdep.c 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/07/13 15:28:34 PDT Modified files: sys/conf kern.pre.mk kern.post.mk sys/i386/isa prof_machdep.c Log: Quick fix for high resolution kernel profiling on i386's. Use -finstrument-functions instead of -mprofiler-epilogue. The former works essentially the same as the latter but has a higher overhead (about 22 more bytes per function for passing unused args to the profiling functions). Removed all traces of the IDENT Makefile variable, which had been reduced to just a place for holding profiling's contribution to CFLAGS (the IDENT that gives the kernel identity was renamed to KERN_IDENT). Revision Changes Path 1.21 +1 -1 src/sys/conf/kern.post.mk 1.15 +8 -10 src/sys/conf/kern.pre.mk 1.17 +5 -1 src/sys/i386/isa/prof_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message