NOTE: Depend's on Harsh's port of tractool to python. A general overhaul of the pythonic tracetool script to allow simpler future extensions.
Signed-off-by: Lluís Vilanova <vilan...@ac.upc.edu> --- Changes in v2: * Minor changes Lluís Vilanova (11): [trivial] Fix a compiler warning trace: [tracetool] Do not rebuild event list in backend code trace: [tracetool] Simplify event line parsing trace: [ŧracetool] Do not precompute the event number trace: [tracetool] Add support for event properties trace: [tracetool] Process the "disable" event property trace: [tracetool] Rewrite event argument parsing trace: [tracetool] Make format-specific code optional and with access to event information trace: [tracetool] Automatically establish available backends and formats trace: Provide a per-event status define for conditional compilation trace: [tracetool] Add error-reporting functions Makefile.objs | 6 Makefile.target | 3 docs/tracing.txt | 46 +++- scripts/tracetool.py | 627 ++++++++++++++++++++++++++++---------------------- 4 files changed, 397 insertions(+), 285 deletions(-) To: qemu-devel@nongnu.org Cc: Stefan Hajnoczi <stefa...@gmail.com> Cc: Harsh Prateek Bora <ha...@linux.vnet.ibm.com>