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?