[PATCH 0/4] trace-events: Clean up

Markus Armbruster posted 4 patches 3 years, 9 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200806141334.3646302-1-armbru@redhat.com
Maintainers: Max Reitz <mreitz@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Aurelien Jarno <aurelien@aurel32.net>, Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>, Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>, Paolo Bonzini <pbonzini@redhat.com>, Palmer Dabbelt <palmer@dabbelt.com>, David Gibson <david@gibson.dropbear.id.au>, Alistair Francis <Alistair.Francis@wdc.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Juan Quintela <quintela@redhat.com>, Bastian Koppelmann <kbastian@mail.uni-paderborn.de>, "Michael S. Tsirkin" <mst@redhat.com>, Alex Williamson <alex.williamson@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, Stefan Berger <stefanb@linux.ibm.com>, Stefan Hajnoczi <stefanha@redhat.com>, Sagar Karandikar <sagark@eecs.berkeley.edu>
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 +++++++++++++++++----------------
scripts/cleanup-trace-events.pl | 23 ++++++++++++--------
target/ppc/trace-events         |  1 -
target/riscv/trace-events       |  2 +-
trace-events                    |  5 +++--
ui/trace-events                 |  6 +++---
util/trace-events               |  4 +++-
23 files changed, 72 insertions(+), 71 deletions(-)
[PATCH 0/4] trace-events: Clean up
Posted by Markus Armbruster 3 years, 9 months ago
Philippe's "[PATCH] softmmu: Add missing trace-events file" made me
look for more.  Enjoy!

Based-on: <20200805130221.24487-1-philmd@redhat.com>

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

 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 +++++++++++++++++----------------
 scripts/cleanup-trace-events.pl | 23 ++++++++++++--------
 target/ppc/trace-events         |  1 -
 target/riscv/trace-events       |  2 +-
 trace-events                    |  5 +++--
 ui/trace-events                 |  6 +++---
 util/trace-events               |  4 +++-
 23 files changed, 72 insertions(+), 71 deletions(-)

-- 
2.26.2


Re: [PATCH 0/4] trace-events: Clean up
Posted by Stefan Hajnoczi 3 years, 8 months ago
On Thu, Aug 06, 2020 at 04:13:30PM +0200, Markus Armbruster wrote:
> Philippe's "[PATCH] softmmu: Add missing trace-events file" made me
> look for more.  Enjoy!
> 
> Based-on: <20200805130221.24487-1-philmd@redhat.com>
> 
> 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
> 
>  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 +++++++++++++++++----------------
>  scripts/cleanup-trace-events.pl | 23 ++++++++++++--------
>  target/ppc/trace-events         |  1 -
>  target/riscv/trace-events       |  2 +-
>  trace-events                    |  5 +++--
>  ui/trace-events                 |  6 +++---
>  util/trace-events               |  4 +++-
>  23 files changed, 72 insertions(+), 71 deletions(-)
> 
> -- 
> 2.26.2
> 

Thanks, applied to my tracing-next tree:
https://github.com/stefanha/qemu/commits/tracing-next

Stefan