block/core: add generic infrastructure for x-blockdev-amend qmp command
[qemu/ar7.git] / accel / tcg / trace-events
blob385b9f749b8667145e75167af8cad572acf6c4a2
1 # See docs/devel/tracing.txt for syntax documentation.
3 # TCG related tracing
4 # cpu-exec.c
5 exec_tb(void *tb, uintptr_t pc) "tb:%p pc=0x%"PRIxPTR
6 exec_tb_nocache(void *tb, uintptr_t pc) "tb:%p pc=0x%"PRIxPTR
7 exec_tb_exit(void *last_tb, unsigned int flags) "tb:%p flags=0x%x"
9 # translate-all.c
10 translate_block(void *tb, uintptr_t pc, uint8_t *tb_code) "tb:%p, pc:0x%"PRIxPTR", tb_code:%p"