| 1 | # See docs/devel/tracing.rst for syntax documentation. |
| 2 | |
| 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" |
| 9 | |
| 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 |
| 15 | |
| 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 |
| 19 | |
| 20 | # wdt_imx2.c |
| 21 | imx2_wdt_read(uint32_t addr, uint16_t data) "[0x%" PRIx32 "] -> 0x%" PRIx16 |
| 22 | imx2_wdt_write(uint32_t addr, uint16_t data) "[0x%" PRIx32 "] <- 0x%" PRIx16 |
| 23 | imx2_wdt_interrupt(void) "" |
| 24 | imx2_wdt_expired(void) "" |
| 25 | |
| 26 | # spapr_watchdog.c |
| 27 | spapr_watchdog_start(uint64_t flags, uint64_t num, uint64_t timeout) "Flags 0x%" PRIx64 " num=%" PRId64 " %" PRIu64 "ms" |
| 28 | spapr_watchdog_stop(uint64_t num, uint64_t ret) "num=%" PRIu64 " ret=%" PRId64 |
| 29 | spapr_watchdog_query(uint64_t caps) "caps=0x%" PRIx64 |
| 30 | spapr_watchdog_query_lpm(uint64_t caps) "caps=0x%" PRIx64 |
| 31 | spapr_watchdog_expired(uint64_t num, unsigned action) "num=%" PRIu64 " action=%u" |
| 32 | |
| 33 | # watchdog.c |
| 34 | watchdog_perform_action(unsigned int action) "action=%u" |
| 35 | watchdog_set_action(unsigned int action) "action=%u" |
| 36 | |
| 37 | # k230_wdt.c |
| 38 | k230_wdt_read(uint64_t addr, uint32_t data) "K230 WDT read: [0x%" PRIx64 "] -> 0x%" PRIx32 |
| 39 | k230_wdt_write(uint64_t addr, uint64_t data) "K230 WDT write: [0x%" PRIx64 "] <- 0x%" PRIx64 |
| 40 | k230_wdt_timeout(void) "K230 WDT timeout" |
| 41 | k230_wdt_interrupt(void) "K230 WDT interrupt" |
| 42 | k230_wdt_reset(void) "K230 WDT system reset" |
| 43 | k230_wdt_restart(void) "K230 WDT restart" |
| 44 | k230_wdt_reset_device(void) "K230 WDT device reset" |
| 45 | |
| 46 | #sbsa_gwdt.c |
| 47 | sbsa_gwdt_refresh_read(uint64_t addr, uint32_t value) "[0x%" PRIx64 "] -> 0x%" PRIx32 |
| 48 | sbsa_gwdt_refresh_write(uint64_t addr, uint64_t value) "[0x%" PRIx64 "] <- 0x%" PRIx64 |
| 49 | sbsa_gwdt_control_read(uint64_t addr, uint32_t value) "[0x%" PRIx64 "] -> 0x%" PRIx32 |
| 50 | sbsa_gwdt_control_write(uint64_t addr, uint64_t value) "[0x%" PRIx64 "] <- 0x%" PRIx64 |
| 51 | sbsa_gwdt_ws0_asserted(void) "WS0 signal is asserted" |
| 52 | sbsa_gwdt_ws1_asserted(void) "WS1 signal is asserted" |
| 53 | sbsa_gwdt_reset(void) "reset watchdog to default state" |