Re: [PATCH 14/14] hw/gpio/imx_gpio: Turn DPRINTF() into trace events

2025-01-09 Thread Philippe Mathieu-Daudé
On 8/1/25 10:25, Bernhard Beschow wrote: While at it add a trace event for input GPIO events. Signed-off-by: Bernhard Beschow --- hw/gpio/imx_gpio.c | 16 +--- hw/gpio/trace-events | 5 + 2 files changed, 10 insertions(+), 11 deletions(-) @@ -210,8 +205,7 @@ static vo

[PATCH 14/14] hw/gpio/imx_gpio: Turn DPRINTF() into trace events

2025-01-08 Thread Bernhard Beschow
While at it add a trace event for input GPIO events. Signed-off-by: Bernhard Beschow --- hw/gpio/imx_gpio.c | 16 +--- hw/gpio/trace-events | 5 + 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/hw/gpio/imx_gpio.c b/hw/gpio/imx_gpio.c index 67c47a7280..f77132f