From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Armbruster Subject: Re: [Qemu-devel] [RFC v2] [PATCH 0/3] Monitor Support for 'simple' trace backend Date: Fri, 11 Jun 2010 13:42:32 +0200 Message-ID: References: <20100611003811.2635fa5d@zephyr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: qemu-devel@nongnu.org, Anthony Liguori , Stefan Hajnoczi , kvm@vger.kernel.org, Jan Kiszka , Luiz Capitulino , maneesh@linux.vnet.ibm.com, ananth@linux.vnet.ibm.com To: Prerna Saxena Return-path: Received: from mx1.redhat.com ([209.132.183.28]:34464 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755722Ab0FKLmp (ORCPT ); Fri, 11 Jun 2010 07:42:45 -0400 In-Reply-To: <20100611003811.2635fa5d@zephyr> (Prerna Saxena's message of "Fri, 11 Jun 2010 00:38:11 +0530") Sender: kvm-owner@vger.kernel.org List-ID: Prerna Saxena writes: > This is v2 of monitor commands based on Stefan's trace framework : > ( http://lists.gnu.org/archive/html/qemu-devel/2010-05/msg02407.html ) > > This adds the following monitor commands for the 'simple' backend: > - info trace : to view current contents of the trace buffer. > - info tracepoints : to view all available tracepoints and their > state. > - tracepoint NAME on|off: to enable/disable the logging of data from > tracepoint 'NAME'. > > > Changelog : > - Command 'info trace' is used to view current contents of buffer, in > place of 'trace'. > - Cleanups Do we want this in QMP? From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58626 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ON2dJ-0007yH-91 for qemu-devel@nongnu.org; Fri, 11 Jun 2010 07:42:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ON2dH-0006WT-95 for qemu-devel@nongnu.org; Fri, 11 Jun 2010 07:42:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8808) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ON2dH-0006WE-1H for qemu-devel@nongnu.org; Fri, 11 Jun 2010 07:42:43 -0400 From: Markus Armbruster Subject: Re: [Qemu-devel] [RFC v2] [PATCH 0/3] Monitor Support for 'simple' trace backend References: <20100611003811.2635fa5d@zephyr> Date: Fri, 11 Jun 2010 13:42:32 +0200 In-Reply-To: <20100611003811.2635fa5d@zephyr> (Prerna Saxena's message of "Fri, 11 Jun 2010 00:38:11 +0530") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Prerna Saxena Cc: Anthony Liguori , Stefan Hajnoczi , kvm@vger.kernel.org, Jan Kiszka , qemu-devel@nongnu.org, Luiz Capitulino , maneesh@linux.vnet.ibm.com, ananth@linux.vnet.ibm.com Prerna Saxena writes: > This is v2 of monitor commands based on Stefan's trace framework : > ( http://lists.gnu.org/archive/html/qemu-devel/2010-05/msg02407.html ) > > This adds the following monitor commands for the 'simple' backend: > - info trace : to view current contents of the trace buffer. > - info tracepoints : to view all available tracepoints and their > state. > - tracepoint NAME on|off: to enable/disable the logging of data from > tracepoint 'NAME'. > > > Changelog : > - Command 'info trace' is used to view current contents of buffer, in > place of 'trace'. > - Cleanups Do we want this in QMP?