qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v7 00/11] Rewrite tracetool using python
@ 2012-03-21 21:52 Lluís Vilanova
  2012-03-21 21:52 ` [Qemu-devel] [PATCH v7 01/11] Converting tracetool.sh to tracetool.py Lluís Vilanova
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Lluís Vilanova @ 2012-03-21 21:52 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, harsh, aneesh.kumar

The first patch in the series (by Harsh Prateek) is a rewrite of the tracetool
shell script in python, which is easier to handle given the current complexity
of the script.

The following patches (by Lluís Vilanova) add a series of random code cleanups
and generalizations.

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
---

NOTE: This series contains the first patches from Harsh's v5 series, which are
      the ones required for the language conversion.

Version History:

v7:
- Removed ust-related changes in configure.
- Removed format/backend registration decorators.
- Addressed Stefan's other minor comments.

v6:
- Rebase on cb72b758 from master.
- Revive documentation whitespace deletions.
- Split off this series the patches regarding the new simpletrace trace format.

v5:
- trace/simple.c: Introduced new struct TraceRecordHeader for log header
  consistency
- Addressed Stefan's review comments for scripts/simpletrace.py

v4:
- Addressed Stefan's review comments for tracetool, trace/simple.*
- Adressed Fast producer, Slow consumer problem
- Isolated tracetool python conversion patch from simpletrace v2 changes.
- Included improvements and fixes from Lluis Vilanova
TODO: Update simpletrace.py for simpletrace v2 log format.

v3:
- Added support for LTTng ust trace backend in tracetool.py

v2:
- Updated tracetool.py to support nop, stderr, dtrace backend

v1:
- Working protoype with tracetool.py converted only for simpletrace backend

Harsh Prateek Bora (1):
      Converting tracetool.sh to tracetool.py

Lluís Vilanova (10):
      trace: [tracetool] Remove unused 'sizestr' attribute in 'Event'
      trace: [tracetool] Do not rebuild event list in backend code
      trace: [tracetool] Simplify event line parsing
      trace: [tracetool] 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 events
      trace: Provide a per-event status define for conditional compilation
      trace: [tracetool] Add error-reporting functions


 Makefile.objs        |    6 
 Makefile.target      |   10 -
 configure            |    4 
 scripts/tracetool    |  648 --------------------------------------------------
 scripts/tracetool.py |  496 ++++++++++++++++++++++++++++++++++++++
 5 files changed, 506 insertions(+), 658 deletions(-)
 delete mode 100755 scripts/tracetool
 create mode 100755 scripts/tracetool.py

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-03-21 21:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-21 21:52 [Qemu-devel] [PATCH v7 00/11] Rewrite tracetool using python Lluís Vilanova
2012-03-21 21:52 ` [Qemu-devel] [PATCH v7 01/11] Converting tracetool.sh to tracetool.py Lluís Vilanova
2012-03-21 21:52 ` [Qemu-devel] [PATCH v7 02/11] trace: [tracetool] Remove unused 'sizestr' attribute in 'Event' Lluís Vilanova
2012-03-21 21:52 ` [Qemu-devel] [PATCH v7 03/11] trace: [tracetool] Do not rebuild event list in backend code Lluís Vilanova
2012-03-21 21:52 ` [Qemu-devel] [PATCH v7 04/11] trace: [tracetool] Simplify event line parsing Lluís Vilanova
2012-03-21 21:52 ` [Qemu-devel] [PATCH v7 05/11] trace: [tracetool] Do not precompute the event number Lluís Vilanova
2012-03-21 21:53 ` [Qemu-devel] [PATCH v7 06/11] trace: [tracetool] Add support for event properties Lluís Vilanova
2012-03-21 21:53 ` [Qemu-devel] [PATCH v7 07/11] trace: [tracetool] Process the "disable" event property Lluís Vilanova
2012-03-21 21:53 ` [Qemu-devel] [PATCH v7 08/11] trace: [tracetool] Rewrite event argument parsing Lluís Vilanova
2012-03-21 21:53 ` [Qemu-devel] [PATCH v7 09/11] trace: [tracetool] Make format-specific code optional and with access to events Lluís Vilanova
2012-03-21 21:53 ` [Qemu-devel] [PATCH v7 10/11] trace: Provide a per-event status define for conditional compilation Lluís Vilanova
2012-03-21 21:53 ` [Qemu-devel] [PATCH v7 11/11] trace: [tracetool] Add error-reporting functions Lluís Vilanova

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).