aboutsummaryrefslogtreecommitdiff
path: root/hw/mips/trace-events
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2019-06-25 00:28:40 +0200
committerAleksandar Markovic <amarkovic@wavecomp.com>2019-06-26 13:23:22 +0200
commitab6bff424f455653c85380e253d79d00327b2aa3 (patch)
treeb79092229b4b567f6a46e98a4d892e3c7757f0ce /hw/mips/trace-events
parent641ca2bfcd586a4365f118212257d49c88367f5e (diff)
hw/mips/gt64xxx_pci: Convert debug printf()s to trace events
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com> Message-Id: <20190624222844.26584-7-f4bug@amsat.org>
Diffstat (limited to 'hw/mips/trace-events')
-rw-r--r--hw/mips/trace-events4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/mips/trace-events b/hw/mips/trace-events
new file mode 100644
index 0000000000..75d4c73f2e
--- /dev/null
+++ b/hw/mips/trace-events
@@ -0,0 +1,4 @@
+# gt64xxx.c
+gt64120_read(const char *regname, int width, uint64_t value) "gt64120 read %s value:0x%0*" PRIx64
+gt64120_write(const char *regname, int width, uint64_t value) "gt64120 write %s value:0x%0*" PRIx64
+gt64120_isd_remap(uint64_t from_length, uint64_t from_addr, uint64_t to_length, uint64_t to_addr) "ISD: 0x%08" PRIx64 "@0x%08" PRIx64 " -> 0x%08" PRIx64 "@0x%08" PRIx64