From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=42061 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUXmr-00085U-LN for qemu-devel@nongnu.org; Fri, 02 Jul 2010 00:23:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUXmo-00055M-Qg for qemu-devel@nongnu.org; Fri, 02 Jul 2010 00:23:35 -0400 Received: from e35.co.us.ibm.com ([32.97.110.153]:37038) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUXmo-00054y-JY for qemu-devel@nongnu.org; Fri, 02 Jul 2010 00:23:34 -0400 Received: from d03relay05.boulder.ibm.com (d03relay05.boulder.ibm.com [9.17.195.107]) by e35.co.us.ibm.com (8.14.4/8.13.1) with ESMTP id o624Fpss015648 for ; Thu, 1 Jul 2010 22:15:51 -0600 Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d03relay05.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o624NKVZ119812 for ; Thu, 1 Jul 2010 22:23:21 -0600 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o624NJdC006106 for ; Thu, 1 Jul 2010 22:23:20 -0600 Date: Fri, 2 Jul 2010 09:53:14 +0530 From: Ananth N Mavinakayanahalli Subject: Re: [Qemu-devel] Tracing: outstanding tasks Message-ID: <20100702042314.GA32121@in.ibm.com> References: <20100626080657.GA4806@stefan-thinkpad.transitives.com> <4C2B1A6C.3000109@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Reply-To: ananth@in.ibm.com List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, Maneesh Soni , Stefan Hajnoczi , Prerna Saxena On Wed, Jun 30, 2010 at 12:51:59PM +0100, Stefan Hajnoczi wrote: > On Wed, Jun 30, 2010 at 11:20 AM, Prerna Saxena > wrote: > > On 06/26/2010 01:36 PM, Stefan Hajnoczi wrote: > >> > >> Here are the outstanding tasks for QEMU tracing, which Prerna and I = have > >> been working on. =A0Tracing aids debugging, profiling, and observing > >> execution via lightweight logging at key points in the code path. ... > >> 5. Out-of-line trace file write-out > >> > >> Owner: Stefan > >> > >> Trace buffers are written out to file synchronously. =A0The vcpu thr= ead > >> should > >> not be blocked so an async write-out mechanism is needed. > >> > >> 6. Trace file command > >> > >> Owner: ? > >> > >> Traces are written out to hardcoded /tmp/trace.log. =A0This must be > >> configurable. > >> Tracing at startup time should still be possible so configuration ne= eds to > >> happen early. Another feature needed would be a facility to trigger a sync of trace buf= fer to file even if the buffer isn't full. Ananth