Re: [Qemu-devel] [PATCH] trace: added ability to comment out events in the list

2012-06-15 Thread Stefan Hajnoczi
On Fri, Jun 15, 2012 at 5:36 AM, Alexey Kardashevskiy wrote: > 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

Re: [Qemu-devel] [PATCH] trace: added ability to comment out events in the list

2012-06-14 Thread Alexey Kardashevskiy
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 w

Re: [Qemu-devel] [PATCH] trace: added ability to comment out events in the list

2012-06-14 Thread Stefan Hajnoczi
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 han

[Qemu-devel] [PATCH] trace: added ability to comment out events in the list

2012-06-13 Thread Alexey Kardashevskiy
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/c