diff options
Diffstat (limited to 'hw/adc/trace-events')
-rw-r--r-- | hw/adc/trace-events | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hw/adc/trace-events b/hw/adc/trace-events new file mode 100644 index 000000000..5a4c444d7 --- /dev/null +++ b/hw/adc/trace-events @@ -0,0 +1,8 @@ +# See docs/devel/tracing.rst for syntax documentation. + +# npcm7xx_adc.c +npcm7xx_adc_read(const char *id, uint64_t offset, uint32_t value) " %s offset: 0x%04" PRIx64 " value 0x%04" PRIx32 +npcm7xx_adc_write(const char *id, uint64_t offset, uint32_t value) "%s offset: 0x%04" PRIx64 " value 0x%04" PRIx32 + +aspeed_adc_engine_read(uint32_t engine_id, uint64_t addr, uint64_t value) "engine[%u] 0x%" PRIx64 " 0x%" PRIx64 +aspeed_adc_engine_write(uint32_t engine_id, uint64_t addr, uint64_t value) "engine[%u] 0x%" PRIx64 " 0x%" PRIx64 |