[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/9] Tracing patches
From: |
Stefan Hajnoczi |
Subject: |
[PULL 0/9] Tracing patches |
Date: |
Thu, 13 Aug 2020 06:22:48 +0100 |
The following changes since commit d0ed6a69d399ae193959225cdeaa9382746c91cc:
Update version for v5.1.0 release (2020-08-11 17:07:03 +0100)
are available in the Git repository at:
https://github.com/stefanha/qemu.git tags/tracing-pull-request
for you to fetch changes up to bd6c9e56aba2e1b9a307642c72375386afbcf1f2:
trace-events: Fix attribution of trace points to source (2020-08-12 20:28:5=
4 +0100)
----------------------------------------------------------------
Pull request
macOS dtrace support and cleanups.
----------------------------------------------------------------
Markus Armbruster (4):
scripts/cleanup-trace-events: Fix for vcpu property
scripts/cleanup-trace-events: Emit files in alphabetical order
trace-events: Delete unused trace points
trace-events: Fix attribution of trace points to source
Philippe Mathieu-Daud=C3=A9 (1):
softmmu: Add missing trace-events file
Roman Bolshakov (4):
scripts/tracetool: Fix dtrace generation for macOS
scripts/tracetool: Use void pointer for vcpu
build: Don't make object files for dtrace on macOS
net/colo: Match is-enabled probe to tracepoint
Makefile.objs | 3 +++
net/colo-compare.c | 42 +++++++++++++++++----------------
net/filter-rewriter.c | 10 ++++++--
softmmu/balloon.c | 2 +-
softmmu/ioport.c | 2 +-
softmmu/memory.c | 2 +-
softmmu/vl.c | 2 +-
audio/trace-events | 3 ---
block/trace-events | 8 ++-----
hw/block/trace-events | 2 +-
hw/char/trace-events | 2 +-
hw/display/trace-events | 4 +++-
hw/hyperv/trace-events | 2 +-
hw/mips/trace-events | 2 +-
hw/misc/trace-events | 9 +++----
hw/ppc/trace-events | 10 ++------
hw/riscv/trace-events | 2 +-
hw/rtc/trace-events | 2 +-
hw/timer/trace-events | 1 -
hw/tpm/trace-events | 2 +-
hw/usb/trace-events | 4 +++-
hw/vfio/trace-events | 10 ++++----
hw/virtio/trace-events | 2 +-
migration/trace-events | 37 +++++++++++++++--------------
net/trace-events | 2 --
scripts/cleanup-trace-events.pl | 23 +++++++++++-------
scripts/tracetool/format/d.py | 15 +++++++++++-
scripts/tracetool/vcpu.py | 2 +-
softmmu/trace-events | 28 ++++++++++++++++++++++
target/ppc/trace-events | 1 -
target/riscv/trace-events | 2 +-
trace-events | 32 +++----------------------
ui/trace-events | 6 ++---
util/trace-events | 4 +++-
34 files changed, 152 insertions(+), 128 deletions(-)
create mode 100644 softmmu/trace-events
--=20
2.26.2
- [PULL 0/9] Tracing patches,
Stefan Hajnoczi <=
- [PULL 1/9] scripts/tracetool: Fix dtrace generation for macOS, Stefan Hajnoczi, 2020/08/13
- [PULL 2/9] scripts/tracetool: Use void pointer for vcpu, Stefan Hajnoczi, 2020/08/13
- [PULL 4/9] net/colo: Match is-enabled probe to tracepoint, Stefan Hajnoczi, 2020/08/13
- [PULL 3/9] build: Don't make object files for dtrace on macOS, Stefan Hajnoczi, 2020/08/13
- [PULL 5/9] softmmu: Add missing trace-events file, Stefan Hajnoczi, 2020/08/13
- [PULL 6/9] scripts/cleanup-trace-events: Fix for vcpu property, Stefan Hajnoczi, 2020/08/13
- [PULL 7/9] scripts/cleanup-trace-events: Emit files in alphabetical order, Stefan Hajnoczi, 2020/08/13
- [PULL 8/9] trace-events: Delete unused trace points, Stefan Hajnoczi, 2020/08/13
- [PULL 9/9] trace-events: Fix attribution of trace points to source, Stefan Hajnoczi, 2020/08/13
- Re: [PULL 0/9] Tracing patches, no-reply, 2020/08/13