aboutsummaryrefslogtreecommitdiff
path: root/hw/hppa/trace-events
diff options
context:
space:
mode:
Diffstat (limited to 'hw/hppa/trace-events')
-rw-r--r--hw/hppa/trace-events5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/hppa/trace-events b/hw/hppa/trace-events
index 4e2acb6..f943b16 100644
--- a/hw/hppa/trace-events
+++ b/hw/hppa/trace-events
@@ -2,3 +2,8 @@
# pci.c
hppa_pci_iack_write(void) ""
+
+# dino.c
+dino_chip_mem_valid(uint64_t addr, uint32_t val) "access to addr 0x%"PRIx64" is %d"
+dino_chip_read(uint64_t addr, uint32_t val) "addr 0x%"PRIx64" val 0x%08x"
+dino_chip_write(uint64_t addr, uint32_t val) "addr 0x%"PRIx64" val 0x%08x"