From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F7ILW-0004MQ-1z for qemu-devel@nongnu.org; Thu, 09 Feb 2006 15:24:54 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F7ILT-0004Ld-Lt for qemu-devel@nongnu.org; Thu, 09 Feb 2006 15:24:53 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7ILT-0004LZ-JQ for qemu-devel@nongnu.org; Thu, 09 Feb 2006 15:24:51 -0500 Received: from [65.74.133.4] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1F7IP4-0001W7-S7 for qemu-devel@nongnu.org; Thu, 09 Feb 2006 15:28:35 -0500 From: Paul Brook Subject: Re: [Qemu-devel] qemu cpu-all.h monitor.c Date: Thu, 9 Feb 2006 20:24:43 +0000 References: <200602100004.53332.a_mulyadi@softhome.net> In-Reply-To: <200602100004.53332.a_mulyadi@softhome.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602092024.44046.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, a_mulyadi@softhome.net On Thursday 09 February 2006 17:04, Mulyadi Santosa wrote: > Dear Fabrice > > > Log message: > > support for builtin profiler > > Does this mean, qemu will have native profiling support just like > oprofile does? In other word, we can easily access cpu perfomance > counter such as TLB miss, unaligned cache access and so on? No. It just records how much time is spent in qemu, kqemu or waiting for IO. See monitor.c:do_info_profile Paul