From owner-cvs-sys Fri Mar 10 00:41:29 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA09812 for cvs-sys-outgoing; Fri, 10 Mar 1995 00:41:29 -0800 Received: (from phk@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA09802; Fri, 10 Mar 1995 00:41:27 -0800 Date: Fri, 10 Mar 1995 00:41:27 -0800 From: Poul-Henning Kamp Message-Id: <199503100841.AAA09802@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 locore.s Sender: cvs-sys-owner@freebsd.org Precedence: bulk phk 95/03/10 00:41:27 Modified: sys/i386/i386 locore.s Log: Add a dummy ___bb_init_func for BB profiling of the kernel. To use this: recompile src/gnu/usr.bin/cc, compile your kernel. The files you want to profile should be compiled with '-a -g'. "strip -x" the kernel and run. You don't need to profile all files in the kernel. My next commit is the program to extract the data from the running kernel.