aboutsummaryrefslogtreecommitdiff
path: root/hw/fsi/trace-events
diff options
context:
space:
mode:
Diffstat (limited to 'hw/fsi/trace-events')
-rw-r--r--hw/fsi/trace-events2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/fsi/trace-events b/hw/fsi/trace-events
index e69de29..c5753e2 100644
--- a/hw/fsi/trace-events
+++ b/hw/fsi/trace-events
@@ -0,0 +1,2 @@
+fsi_scratchpad_read(uint64_t addr, uint32_t size) "@0x%" PRIx64 " size=%d"
+fsi_scratchpad_write(uint64_t addr, uint32_t size, uint64_t data) "@0x%" PRIx64 " size=%d value=0x%"PRIx64