1d9bb58e5SYang Zhong# Trace events for debugging and performance instrumentation 2d9bb58e5SYang Zhong 3d9bb58e5SYang Zhong# TCG related tracing (mostly disabled by default) 4d9bb58e5SYang Zhong# cpu-exec.c 5d9bb58e5SYang Zhongdisable exec_tb(void *tb, uintptr_t pc) "tb:%p pc=0x%"PRIxPTR 6d9bb58e5SYang Zhongdisable exec_tb_nocache(void *tb, uintptr_t pc) "tb:%p pc=0x%"PRIxPTR 7d9bb58e5SYang Zhongdisable exec_tb_exit(void *last_tb, unsigned int flags) "tb:%p flags=%x" 8*244f1441SYang Zhong 9*244f1441SYang Zhong# translate-all.c 10*244f1441SYang Zhongtranslate_block(void *tb, uintptr_t pc, uint8_t *tb_code) "tb:%p, pc:0x%"PRIxPTR", tb_code:%p" 11