aboutsummaryrefslogtreecommitdiff
path: root/target/mips/trace-events
diff options
context:
space:
mode:
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)"