Re: [Qemu-devel] [PATCH] trace: allow disabling events in events file

2012-11-04 Thread Stefan Hajnoczi
On Fri, Oct 26, 2012 at 01:46:34PM +0200, Gerd Hoffmann wrote: > Disable trace events prefixed with a '-'. Useful > to enable a group of tracepoints with exceptions, > like this: > > usb_xhci_port_* > -usb_xhci_port_read > > which will enable all xhci port tracepoints except reads. > > Sign

[Qemu-devel] [PATCH] trace: allow disabling events in events file

2012-10-26 Thread Gerd Hoffmann
Disable trace events prefixed with a '-'. Useful to enable a group of tracepoints with exceptions, like this: usb_xhci_port_* -usb_xhci_port_read which will enable all xhci port tracepoints except reads. Signed-off-by: Gerd Hoffmann --- trace/control.c |9 - 1 files changed, 8