[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/3] hw: Remove dynamic field width from trace event
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH 0/3] hw: Remove dynamic field width from trace event |
Date: |
Fri, 8 Nov 2019 15:26:10 +0100 |
Eric noted in [1] the dtrace via stap backend can not support
the dynamic '*' width format.
I'd really like to use dynamic width in trace event because the
read/write accesses are easier to read but it is not a priority.
Since next release is close, time to fix LP#1844817 [2].
[1] https://lists.gnu.org/archive/html/qemu-devel/2019-09/msg04720.html
[2] https://bugs.launchpad.net/qemu/+bug/1844817
Philippe Mathieu-Daudé (3):
hw/block/pflash: Remove dynamic field width from trace event
hw/mips/gt64xxx: Remove dynamic field width from trace event
trace: Forbid dynamic field width in event format
hw/block/pflash_cfi01.c | 8 ++++----
hw/block/pflash_cfi02.c | 8 ++++----
hw/mips/gt64xxx_pci.c | 34 +++++++++++++++++-----------------
hw/block/trace-events | 8 ++++----
hw/mips/trace-events | 4 ++--
scripts/tracetool/__init__.py | 3 +++
6 files changed, 34 insertions(+), 31 deletions(-)
--
2.21.0
- [PATCH 0/3] hw: Remove dynamic field width from trace event,
Philippe Mathieu-Daudé <=