xref: /openbmc/qemu/accel/tcg/trace-events (revision d0fb9657)
1*d0fb9657SStefano Garzarella# See docs/devel/tracing.rst for syntax documentation.
2d9bb58e5SYang Zhong
36a7aa856SAlex Bennée# TCG related tracing
4d9bb58e5SYang Zhong# cpu-exec.c
56a7aa856SAlex Bennéeexec_tb(void *tb, uintptr_t pc) "tb:%p pc=0x%"PRIxPTR
66a7aa856SAlex Bennéeexec_tb_nocache(void *tb, uintptr_t pc) "tb:%p pc=0x%"PRIxPTR
76a7aa856SAlex Bennéeexec_tb_exit(void *last_tb, unsigned int flags) "tb:%p flags=0x%x"
8244f1441SYang Zhong
9244f1441SYang Zhong# translate-all.c
10db0c51a3SRichard Hendersontranslate_block(void *tb, uintptr_t pc, const void *tb_code) "tb:%p, pc:0x%"PRIxPTR", tb_code:%p"
11