]> git.proxmox.com Git - mirror_qemu.git/blame - accel/tcg/trace-events
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200121' into staging
[mirror_qemu.git] / accel / tcg / trace-events
CommitLineData
e68b3baa 1# See docs/devel/tracing.txt for syntax documentation.
d9bb58e5
YZ
2
3# TCG related tracing (mostly disabled by default)
4# cpu-exec.c
5disable exec_tb(void *tb, uintptr_t pc) "tb:%p pc=0x%"PRIxPTR
6disable exec_tb_nocache(void *tb, uintptr_t pc) "tb:%p pc=0x%"PRIxPTR
8908eb1a 7disable exec_tb_exit(void *last_tb, unsigned int flags) "tb:%p flags=0x%x"
244f1441
YZ
8
9# translate-all.c
10translate_block(void *tb, uintptr_t pc, uint8_t *tb_code) "tb:%p, pc:0x%"PRIxPTR", tb_code:%p"