From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Kardashevskiy Date: Fri, 15 Jun 2012 04:36:30 +0000 Subject: Re: [Qemu-devel] [PATCH] trace: added ability to comment out events in the list Message-Id: <4FDABBCE.3090600@ozlabs.ru> List-Id: References: <4FD96B84.6080907@ozlabs.ru> <20120614131832.GA18163@stefanha-thinkpad.localdomain> In-Reply-To: <20120614131832.GA18163@stefanha-thinkpad.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Stefan Hajnoczi Cc: "qemu-devel@nongnu.org" , kvm-ppc@vger.kernel.org On 14/06/12 23:18, Stefan Hajnoczi wrote: > On Thu, Jun 14, 2012 at 02:41:40PM +1000, Alexey Kardashevskiy wrote: >> It is convenient for debug to be able to switch on/off some events easily. >> The only possibility now is to remove event name from the file completely >> and type it again when we want it back. >> >> The patch adds '#' symbol handling as a comment specifier. >> >> Signed-off-by: Alexey Kardashevskiy >> --- >> trace/control.c | 3 +++ >> 1 files changed, 3 insertions(+), 0 deletions(-) > > Thanks, applied to the tracing patches tree: > https://github.com/stefanha/qemu/commits/tracing Cannot find it there though :) -- Alexey