diff options
author | Bernhard Beschow <shentey@gmail.com> | 2023-10-28 14:24:10 +0200 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2023-11-02 13:36:45 +0000 |
commit | 18736a21417818bf6561fb3ededd64f1f90790c3 (patch) | |
tree | 241ad49b32b6adaf26cd6c590768842e2e7bf317 /hw/watchdog/trace-events | |
parent | 7df9a2285761eadbaf3cc6c8850aeb894f91b4f7 (diff) | |
download | qemu-18736a21417818bf6561fb3ededd64f1f90790c3.zip qemu-18736a21417818bf6561fb3ededd64f1f90790c3.tar.gz qemu-18736a21417818bf6561fb3ededd64f1f90790c3.tar.bz2 |
hw/watchdog/wdt_imx2: Trace MMIO access
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20231028122415.14869-2-shentey@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/watchdog/trace-events')
-rw-r--r-- | hw/watchdog/trace-events | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/watchdog/trace-events b/hw/watchdog/trace-events index 2739570..874968c 100644 --- a/hw/watchdog/trace-events +++ b/hw/watchdog/trace-events @@ -17,6 +17,10 @@ cmsdk_apb_watchdog_lock(uint32_t lock) "CMSDK APB watchdog: lock %" PRIu32 aspeed_wdt_read(uint64_t addr, uint32_t size) "@0x%" PRIx64 " size=%d" aspeed_wdt_write(uint64_t addr, uint32_t size, uint64_t data) "@0x%" PRIx64 " size=%d value=0x%"PRIx64 +# wdt_imx2.c +imx2_wdt_read(uint32_t addr, uint16_t data) "[0x%" PRIx32 "] -> 0x%" PRIx16 +imx2_wdt_write(uint32_t addr, uint16_t data) "[0x%" PRIx32 "] <- 0x%" PRIx16 + # spapr_watchdog.c spapr_watchdog_start(uint64_t flags, uint64_t num, uint64_t timeout) "Flags 0x%" PRIx64 " num=%" PRId64 " %" PRIu64 "ms" spapr_watchdog_stop(uint64_t num, uint64_t ret) "num=%" PRIu64 " ret=%" PRId64 |