From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CDVwA-0005xI-G2 for qemu-devel@nongnu.org; Fri, 01 Oct 2004 18:31:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CDVwA-0005x6-2Y for qemu-devel@nongnu.org; Fri, 01 Oct 2004 18:31:38 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CDVwA-0005x3-0R for qemu-devel@nongnu.org; Fri, 01 Oct 2004 18:31:38 -0400 Received: from [62.241.160.193] (helo=pengo.systems.pipex.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CDVpX-0000sj-Ka for qemu-devel@nongnu.org; Fri, 01 Oct 2004 18:24:47 -0400 From: Paul Brook Subject: Re: [Qemu-devel] BeOS/Zeta eats 100% cpu time Date: Fri, 1 Oct 2004 23:24:43 +0100 References: <415C0AE6.6000205@gmx.de> <415D11FA.4020004@gmx.de> <415DC6CC.9060600@gmx.de> In-Reply-To: <415DC6CC.9060600@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200410012324.43055.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Friday 01 October 2004 22:06, Christian Wiese wrote: > Christian Wiese wrote: > > Maybe I find some time to build an profiling-enabled version. > > Hmm, when I set -p or -pg for profiling and remove > -fomit-frame-pointer, the created op.h is empty and dyngen crashes > because of this. Does someone now why this happen and what I can do to > get a profiling-executable? Don't profile op.c. It's fairly sensitive to compiler options, and isn't directly linked into qemu anyway. I ran into similar problems when building a debuggable qemu. Paul