qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/16] Tracing patches
@ 2014-09-26 10:59 Stefan Hajnoczi
  2014-09-26 10:59 ` [Qemu-devel] [PULL 01/16] trace: [ust] Fix format string computation in tcg-enabled events Stefan Hajnoczi
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: Stefan Hajnoczi @ 2014-09-26 10:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Stefan Hajnoczi

The following changes since commit 1ba50f4ea01b26abe9dac95ba531533e17109826:

  Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' into staging (2014-09-25 16:58:04 +0100)

are available in the git repository at:


  git://github.com/stefanha/qemu.git tags/tracing-pull-request

for you to fetch changes up to bc0d104c6a3dc685e3adf92d89a017b2adc9878a:

  ohci: drop computed flags from trace events (2014-09-26 09:43:06 +0100)

----------------------------------------------------------------

----------------------------------------------------------------

Alex Bennée (2):
  scripts/tracetool: don't barf on formats with precision
  ohci: drop computed flags from trace events

Alexey Kardashevskiy (1):
  ohci: Split long traces to smaller ones

Chen Fan (1):
  trace: docs: add trace file description

Lluís Vilanova (3):
  trace: [ust] Fix format string computation in tcg-enabled events
  trace: [qmp] Add commands to query and control event tracing state
  trace: [hmp] Reimplement "trace-event" and "info trace-events" using
    QMP

Markus Armbruster (4):
  cleanup-trace-events.pl: Tighten search for trace event call
  trace-events: Drop unused megasas trace event
  trace-events: Drop orphaned monitor trace event
  trace-events: Fix comments pointing to source files

Stefan Hajnoczi (5):
  trace-events: drop orphan virtio_blk_data_plane_complete_request
  trace-events: drop orphan usb_mtp_data_out
  trace-events: drop orphan iscsi trace events
  trace: tighten up trace-events regex to fix bad parse
  trace: install trace-events file

 Makefile                                 |  1 +
 block/iscsi.c                            |  1 -
 docs/tracing.txt                         |  2 +-
 hw/usb/hcd-ohci.c                        | 21 +++++----
 monitor.c                                | 27 ++++++------
 qapi-schema.json                         |  3 ++
 qapi/trace.json                          | 65 +++++++++++++++++++++++++++
 qmp-commands.hx                          | 35 +++++++++++++++
 scripts/cleanup-trace-events.pl          |  2 +-
 scripts/tracetool/__init__.py            | 23 +++++-----
 scripts/tracetool/format/ust_events_h.py |  2 +-
 trace-events                             | 39 ++++++++---------
 trace/Makefile.objs                      |  1 +
 trace/control.c                          | 13 ------
 trace/control.h                          |  7 ---
 trace/qmp.c                              | 75 ++++++++++++++++++++++++++++++++
 16 files changed, 238 insertions(+), 79 deletions(-)
 create mode 100644 qapi/trace.json
 create mode 100644 trace/qmp.c

-- 
1.9.3

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

end of thread, other threads:[~2014-09-26 13:16 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-26 10:59 [Qemu-devel] [PULL 00/16] Tracing patches Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 01/16] trace: [ust] Fix format string computation in tcg-enabled events Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 02/16] trace: docs: add trace file description Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 03/16] trace: [qmp] Add commands to query and control event tracing state Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 04/16] trace: [hmp] Reimplement "trace-event" and "info trace-events" using QMP Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 05/16] trace-events: drop orphan virtio_blk_data_plane_complete_request Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 06/16] trace-events: drop orphan usb_mtp_data_out Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 07/16] trace-events: drop orphan iscsi trace events Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 08/16] trace: tighten up trace-events regex to fix bad parse Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 09/16] cleanup-trace-events.pl: Tighten search for trace event call Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 10/16] trace-events: Drop unused megasas trace event Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 11/16] trace-events: Drop orphaned monitor " Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 12/16] trace-events: Fix comments pointing to source files Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 13/16] trace: install trace-events file Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 14/16] scripts/tracetool: don't barf on formats with precision Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 15/16] ohci: Split long traces to smaller ones Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 16/16] ohci: drop computed flags from trace events Stefan Hajnoczi
2014-09-26 13:16 ` [Qemu-devel] [PULL 00/16] Tracing patches Peter Maydell

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).