From owner-freebsd-hackers@FreeBSD.ORG Mon Jun 18 18:51:50 2007 Return-Path: X-Original-To: hackers@freebsd.org Delivered-To: freebsd-hackers@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1F49A16A469 for ; Mon, 18 Jun 2007 18:51:50 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id C9F1413C455 for ; Mon, 18 Jun 2007 18:51:49 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 9C9798BFD6D; Mon, 18 Jun 2007 20:51:40 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xgn8DYWFOPaw; Mon, 18 Jun 2007 20:51:36 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 930E98BFF93; Mon, 18 Jun 2007 20:51:36 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id l5IIpZOl013204; Mon, 18 Jun 2007 20:51:35 +0200 (CEST) (envelope-from rdivacky) Date: Mon, 18 Jun 2007 20:51:35 +0200 From: Roman Divacky To: Garrett Cooper Message-ID: <20070618185135.GA13076@freebsd.org> References: <467636C0.6040604@u.washington.edu> <20070618081532.GI1181@turion.vk2pj.dyndns.org> <46764865.9030203@u.washington.edu> <20070618133711.GA94692@freebsd.org> <4676A646.7040003@u.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4676A646.7040003@u.washington.edu> User-Agent: Mutt/1.4.2.3i Cc: hackers@freebsd.org Subject: Re: Making sense of ktrace(1) output X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jun 2007 18:51:50 -0000 > Unfortunately I have to profile all of the source up the tree to > create profiled symbols, and I'm running into some issues profiling > liblegacy. > Does anyone have any hints for getting around that, or just > profiling all of the relevant libs? I think you can build fbsd with profiling of all libraries (in base) and run it like that...