]> git.proxmox.com Git - mirror_qemu.git/blob - target/mips/trace-events
trace-events: Shorten file names in comments
[mirror_qemu.git] / target / mips / trace-events
1 # See docs/devel/tracing.txt for syntax documentation.
2
3 # translate.c
4 mips_translate_c0(const char *instr, const char *rn, int reg, int sel) "%s %s (reg %d sel %d)"
5 mips_translate_tr(const char *instr, int rt, int u, int sel, int h) "%s (reg %d u %d sel %d h %d)"