diff options
author | Philippe Mathieu-Daudé | 2017-03-04 19:56:52 +0100 |
---|---|---|
committer | Yongbok Kim | 2017-03-20 12:06:32 +0100 |
commit | b44a7fb14eaebb4f606f768c66122aa54d471887 (patch) | |
tree | 98ca858dae57bd341777766ae70efcf4eca207d1 /target/mips/trace-events | |
parent | target-mips: replace break by goto cp0_unimplemented (diff) | |
download | qemu-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-events | 5 |
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)" |