]> Git Repo - qemu.git/blame - accel/tcg/trace-events
Do not include hw/boards.h if it's not really necessary
[qemu.git] / accel / tcg / trace-events
CommitLineData
e68b3baa 1# See docs/devel/tracing.txt for syntax documentation.
d9bb58e5 2
6a7aa856 3# TCG related tracing
d9bb58e5 4# cpu-exec.c
6a7aa856
AB
5exec_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"
244f1441
YZ
8
9# translate-all.c
db0c51a3 10translate_block(void *tb, uintptr_t pc, const void *tb_code) "tb:%p, pc:0x%"PRIxPTR", tb_code:%p"
This page took 0.175429 seconds and 4 git commands to generate.