trace-events 432 B

123456
  1. # See docs/devel/tracing.txt for syntax documentation.
  2. # cmsdk-apb-watchdog.c
  3. cmsdk_apb_watchdog_read(uint64_t offset, uint64_t data, unsigned size) "CMSDK APB watchdog read: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u"
  4. cmsdk_apb_watchdog_write(uint64_t offset, uint64_t data, unsigned size) "CMSDK APB watchdog write: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u"
  5. cmsdk_apb_watchdog_reset(void) "CMSDK APB watchdog: reset"