]> git.proxmox.com Git - mirror_qemu.git/blame - accel/tcg/trace-events
tcg: move tcg related files into accel/tcg/ subdirectory
[mirror_qemu.git] / accel / tcg / trace-events
CommitLineData
d9bb58e5
YZ
1# Trace events for debugging and performance instrumentation
2
3# TCG related tracing (mostly disabled by default)
4# cpu-exec.c
5disable exec_tb(void *tb, uintptr_t pc) "tb:%p pc=0x%"PRIxPTR
6disable exec_tb_nocache(void *tb, uintptr_t pc) "tb:%p pc=0x%"PRIxPTR
7disable exec_tb_exit(void *last_tb, unsigned int flags) "tb:%p flags=%x"