Re: [Qemu-devel] [PATCH 3/6] trace: [ŧracetool] Do not precompute the event number

2012-01-18 Thread Harsh Bora
On 01/11/2012 11:35 PM, Lluís Vilanova wrote: This would otherwise break event numbering when actually using the disable property. IIUC, event numbering does include disabled events too, are you proposing not to include disabled events in event numbering ? That will affect interpreting

Re: [Qemu-devel] [PATCH 3/6] trace: [ŧracetool] Do not precompute the event number

2012-01-18 Thread Stefan Hajnoczi
On Wed, Jan 18, 2012 at 9:48 AM, Harsh Bora ha...@linux.vnet.ibm.com wrote: On 01/11/2012 11:35 PM, Lluís Vilanova wrote: This would otherwise break event numbering when actually using the disable property. IIUC, event numbering does include disabled events too, are you proposing not to

[Qemu-devel] [PATCH 3/6] trace: [ŧracetool] Do not precompute the event number

2012-01-11 Thread Lluís Vilanova
This would otherwise break event numbering when actually using the disable property. Signed-off-by: Lluís Vilanova vilan...@ac.upc.edu --- scripts/tracetool.py | 21 + 1 files changed, 9 insertions(+), 12 deletions(-) diff --git a/scripts/tracetool.py