Re: [Qemu-devel] [PATCH] tracetool dtrace disabled-events fix

2012-03-20 Thread Stefan Hajnoczi
On Tue, Mar 20, 2012 at 1:37 PM, Lee Essen wrote: > If there are "disabled" entries in the trace-events file then > linetod_nop() is called if the backend is dtrace, it's currently > not present. > > Signed-off-by: Lee Essen > > -- > diff --git a/scripts/tracetool b/scripts/tracetool > index 65bd

[Qemu-devel] [PATCH] tracetool dtrace disabled-events fix

2012-03-20 Thread Lee Essen
If there are "disabled" entries in the trace-events file then linetod_nop() is called if the backend is dtrace, it's currently not present. Signed-off-by: Lee Essen -- diff --git a/scripts/tracetool b/scripts/tracetool index 65bd0a1..d5e5591 100755 --- a/scripts/tracetool +++ b/scripts/tracetoo