All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 00/11] tracetool: Improvements for future expansion
@ 2012-02-10 11:48 Lluís Vilanova
  2012-02-10 11:48 ` [Qemu-devel] [PATCH v3 01/11] [trivial] Fix a compiler warning Lluís Vilanova
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Lluís Vilanova @ 2012-02-10 11:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, harsh

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 <vilanova@ac.upc.edu>
---

Changes in v3:

* Fix arg counting in intermediate patch (so that git bisect will not blame me).

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 <stefanha@gmail.com>
Cc: Harsh Prateek Bora <harsh@linux.vnet.ibm.com>

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

end of thread, other threads:[~2012-02-10 11:54 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-10 11:48 [Qemu-devel] [PATCH v3 00/11] tracetool: Improvements for future expansion Lluís Vilanova
2012-02-10 11:48 ` [Qemu-devel] [PATCH v3 01/11] [trivial] Fix a compiler warning Lluís Vilanova
2012-02-10 11:49 ` [Qemu-devel] [PATCH v3 02/11] trace: [tracetool] Do not rebuild event list in backend code Lluís Vilanova
2012-02-10 11:49 ` [Qemu-devel] [PATCH v3 03/11] trace: [tracetool] Simplify event line parsing Lluís Vilanova
2012-02-10 11:53   ` Harsh Bora
2012-02-10 11:49 ` [Qemu-devel] [PATCH v3 04/11] trace: [ŧracetool] Do not precompute the event number Lluís Vilanova
2012-02-10 11:49 ` [Qemu-devel] [PATCH v3 05/11] trace: [tracetool] Add support for event properties Lluís Vilanova
2012-02-10 11:49 ` [Qemu-devel] [PATCH v3 06/11] trace: [tracetool] Process the "disable" event property Lluís Vilanova
2012-02-10 11:49 ` [Qemu-devel] [PATCH v3 07/11] trace: [tracetool] Rewrite event argument parsing Lluís Vilanova
2012-02-10 11:49 ` [Qemu-devel] [PATCH v3 08/11] trace: [tracetool] Make format-specific code optional and with access to event information Lluís Vilanova
2012-02-10 11:49 ` [Qemu-devel] [PATCH v3 09/11] trace: [tracetool] Automatically establish available backends and formats Lluís Vilanova
2012-02-10 11:49 ` [Qemu-devel] [PATCH v3 10/11] trace: Provide a per-event status define for conditional compilation Lluís Vilanova
2012-02-10 11:49 ` [Qemu-devel] [PATCH v3 11/11] trace: [tracetool] Add error-reporting functions Lluís Vilanova

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.