exec/memory: Use struct Object typedef
[qemu/ar7.git] / accel / tcg / trace-events
blob6eefb37f5d0d10b6c3587461ba58e494dce1547d
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, const void *tb_code) "tb:%p, pc:0x%"PRIxPTR", tb_code:%p"