All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 00/11] tracetool: Improvements for future expansion
@ 2012-02-03 21:10 Lluís Vilanova
  2012-02-03 21:10 ` [Qemu-devel] [PATCH v2 01/11] [trivial] Fix a compiler warning Lluís Vilanova
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Lluís Vilanova @ 2012-02-03 21:10 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 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] 15+ messages in thread

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

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