From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43590 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8rPl-0006yL-Rp for qemu-devel@nongnu.org; Thu, 21 Oct 2010 05:26:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8rJG-0008HX-BA for qemu-devel@nongnu.org; Thu, 21 Oct 2010 05:19:43 -0400 Received: from e28smtp08.in.ibm.com ([122.248.162.8]:35899) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8rJF-0008H6-Lv for qemu-devel@nongnu.org; Thu, 21 Oct 2010 05:19:42 -0400 Received: from d28relay01.in.ibm.com (d28relay01.in.ibm.com [9.184.220.58]) by e28smtp08.in.ibm.com (8.14.4/8.13.1) with ESMTP id o9L8q3lg020136 for ; Thu, 21 Oct 2010 14:22:03 +0530 Received: from d28av04.in.ibm.com (d28av04.in.ibm.com [9.184.220.66]) by d28relay01.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o9L9JX1M4055096 for ; Thu, 21 Oct 2010 14:49:33 +0530 Received: from d28av04.in.ibm.com (loopback [127.0.0.1]) by d28av04.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o9L9JVfp011867 for ; Thu, 21 Oct 2010 20:19:33 +1100 Date: Thu, 21 Oct 2010 14:49:29 +0530 From: Prerna Saxena Message-ID: <20101021144929.7911128a@zephyr> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [RFC 0/5] QMP interfaces for tracing List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Cc: Mahesh , Ananth Narayan , Stefan Hajnoczi , Luiz Capitulino As suggested by Luiz, I'm posting this set of documentation patches that elucidate for proposed QMP interfaces for tracing. QMP commands : * trace-event : to toggle state of a trace-event. * set-trace-file : to set a new output file for tracing; enable/disable writing traces to file; flush buffer contents to file. * Query Commands : ------------------ * query-trace : to list current contents of trace buffer that havent been written to file. * query-trace-events : to list all available trace-events and their status. * query-trace-file : to display currently set trace file and its status. -- Prerna Saxena Linux Technology Centre, IBM Systems and Technology Lab, Bangalore, India