blob: 385b9f749b8667145e75167af8cad572acf6c4a2 [file] [log] [blame]
Markus Armbrustere68b3ba2019-03-14 19:09:25 +01001# See docs/devel/tracing.txt for syntax documentation.
Yang Zhongd9bb58e2017-06-02 14:06:44 +08002
Alex Bennée6a7aa852020-05-13 18:51:31 +01003# TCG related tracing
Yang Zhongd9bb58e2017-06-02 14:06:44 +08004# cpu-exec.c
Alex Bennée6a7aa852020-05-13 18:51:31 +01005exec_tb(void *tb, uintptr_t pc) "tb:%p pc=0x%"PRIxPTR
6exec_tb_nocache(void *tb, uintptr_t pc) "tb:%p pc=0x%"PRIxPTR
7exec_tb_exit(void *last_tb, unsigned int flags) "tb:%p flags=0x%x"
Yang Zhong244f1442017-06-02 14:06:45 +08008
9# translate-all.c
10translate_block(void *tb, uintptr_t pc, uint8_t *tb_code) "tb:%p, pc:0x%"PRIxPTR", tb_code:%p"