summaryrefslogtreecommitdiffstats
path: root/target/mips/trace-events
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2017-03-04 19:56:52 +0100
committerYongbok Kim2017-03-20 12:06:32 +0100
commitb44a7fb14eaebb4f606f768c66122aa54d471887 (patch)
tree98ca858dae57bd341777766ae70efcf4eca207d1 /target/mips/trace-events
parenttarget-mips: replace break by goto cp0_unimplemented (diff)
downloadqemu-b44a7fb14eaebb4f606f768c66122aa54d471887.tar.gz
qemu-b44a7fb14eaebb4f606f768c66122aa54d471887.tar.xz
qemu-b44a7fb14eaebb4f606f768c66122aa54d471887.zip
target-mips: replace few LOG_DISAS() with trace points
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Yongbok Kim <yongbok.kim@imgtec.com> Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
Diffstat (limited to 'target/mips/trace-events')
-rw-r--r--target/mips/trace-events5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/mips/trace-events b/target/mips/trace-events
new file mode 100644
index 0000000000..43824089b3
--- /dev/null
+++ b/target/mips/trace-events
@@ -0,0 +1,5 @@
+# See docs/tracing.txt for syntax documentation.
+
+# target/mips/translate.c
+mips_translate_c0(const char *instr, const char *rn, int reg, int sel) "%s %s (reg %d sel %d)"
+mips_translate_tr(const char *instr, int rt, int u, int sel, int h) "%s (reg %d u %d sel %d h %d)"