Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
[qemu/ar7.git] / hw / watchdog / trace-events
blob2739570652bb1f2dd7f1dfdfa288b9a7bb47db42
1 # See docs/devel/tracing.rst for syntax documentation.
3 # allwinner-wdt.c
4 allwinner_wdt_read(uint64_t offset, uint64_t data, unsigned size) "Allwinner watchdog read: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u"
5 allwinner_wdt_write(uint64_t offset, uint64_t data, unsigned size) "Allwinner watchdog write: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u"
6 allwinner_wdt_reset_enter(void) "Allwinner watchdog: reset"
7 allwinner_wdt_update_timer(uint8_t count) "Allwinner watchdog: count %" PRIu8
8 allwinner_wdt_expired(bool enabled, bool reset_enabled) "Allwinner watchdog: enabled %u reset_enabled %u"
10 # cmsdk-apb-watchdog.c
11 cmsdk_apb_watchdog_read(uint64_t offset, uint64_t data, unsigned size) "CMSDK APB watchdog read: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u"
12 cmsdk_apb_watchdog_write(uint64_t offset, uint64_t data, unsigned size) "CMSDK APB watchdog write: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u"
13 cmsdk_apb_watchdog_reset(void) "CMSDK APB watchdog: reset"
14 cmsdk_apb_watchdog_lock(uint32_t lock) "CMSDK APB watchdog: lock %" PRIu32
16 # wdt-aspeed.c
17 aspeed_wdt_read(uint64_t addr, uint32_t size) "@0x%" PRIx64 " size=%d"
18 aspeed_wdt_write(uint64_t addr, uint32_t size, uint64_t data) "@0x%" PRIx64 " size=%d value=0x%"PRIx64
20 # spapr_watchdog.c
21 spapr_watchdog_start(uint64_t flags, uint64_t num, uint64_t timeout) "Flags 0x%" PRIx64 " num=%" PRId64 " %" PRIu64 "ms"
22 spapr_watchdog_stop(uint64_t num, uint64_t ret) "num=%" PRIu64 " ret=%" PRId64
23 spapr_watchdog_query(uint64_t caps) "caps=0x%" PRIx64
24 spapr_watchdog_query_lpm(uint64_t caps) "caps=0x%" PRIx64
25 spapr_watchdog_expired(uint64_t num, unsigned action) "num=%" PRIu64 " action=%u"
27 # watchdog.c
28 watchdog_perform_action(unsigned int action) "action=%u"
29 watchdog_set_action(unsigned int action) "action=%u"