From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=44601 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P85Zi-0003Md-49 for qemu-devel@nongnu.org; Tue, 19 Oct 2010 02:21:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P85Zd-0004aH-Do for qemu-devel@nongnu.org; Tue, 19 Oct 2010 02:21:30 -0400 Received: from e28smtp09.in.ibm.com ([122.248.162.9]:50999) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P85Zc-0004Z7-Pk for qemu-devel@nongnu.org; Tue, 19 Oct 2010 02:21:25 -0400 Received: from d28relay05.in.ibm.com (d28relay05.in.ibm.com [9.184.220.62]) by e28smtp09.in.ibm.com (8.14.4/8.13.1) with ESMTP id o9J5uPpq022334 for ; Tue, 19 Oct 2010 11:26:25 +0530 Received: from d28av01.in.ibm.com (d28av01.in.ibm.com [9.184.220.63]) by d28relay05.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o9J6LCQd3408062 for ; Tue, 19 Oct 2010 11:51:12 +0530 Received: from d28av01.in.ibm.com (loopback [127.0.0.1]) by d28av01.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o9J6LBDV002791 for ; Tue, 19 Oct 2010 11:51:11 +0530 Date: Tue, 19 Oct 2010 11:49:22 +0530 From: Prerna Saxena Message-ID: <20101019114922.66d7c31d@zephyr> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [Tracing][v4 PATCH 0/2] QMP Query interfaces for tracing List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Cc: Mahesh , Narayan , Stefan Hajnoczi , Ananth@gnu.org, Luiz Capitulino This patch set introduces three QMP query interfaces for tracing : * query-trace : to list current contents of trace-buffer * query-trace-events : to list all available trace-events with their state. * query-trace-file : to list currently set trace-file with its status. Changelog : ----------- Changes v3 -> v4 : - Add 'query-trace-file' interface to query currently active trace-file. - Cleanup. Changes v2 -> v3 : - Change declarations of st_print_trace_to_qlist() and st_print_trace_events_to_qlist() to return QList* Changes v1 -> v2 : - Add 'timestamp' field for query-trace output. - Misc cleanups. -- Prerna Saxena Linux Technology Centre, IBM Systems and Technology Lab, Bangalore, India