Re: [Qemu-devel] [PATCH 1/7] usb-host: start tracing support

2011-08-25 Thread Stefan Hajnoczi
On Thu, Aug 25, 2011 at 4:06 PM, Gerd Hoffmann wrote: > Add a bunch of trace points to usb-linux.c  Drop a bunch of DPRINTK's in > favor of the trace points.  Also cleanup error reporting a bit while being > at it. > > Signed-off-by: Gerd Hoffmann > --- >  trace-events |   18 ++ >  us

[Qemu-devel] [PATCH 1/7] usb-host: start tracing support

2011-08-25 Thread Gerd Hoffmann
Add a bunch of trace points to usb-linux.c Drop a bunch of DPRINTK's in favor of the trace points. Also cleanup error reporting a bit while being at it. Signed-off-by: Gerd Hoffmann --- trace-events | 18 ++ usb-linux.c | 73 ++--