tcg: move tcg backend files into accel/tcg/
[qemu/ar7.git] / accel / tcg / trace-events
blob2de8359670f7d208c1ff7f8eb12c01227cac5bb2
1 # Trace events for debugging and performance instrumentation
3 # TCG related tracing (mostly disabled by default)
4 # cpu-exec.c
5 disable exec_tb(void *tb, uintptr_t pc) "tb:%p pc=0x%"PRIxPTR
6 disable exec_tb_nocache(void *tb, uintptr_t pc) "tb:%p pc=0x%"PRIxPTR
7 disable exec_tb_exit(void *last_tb, unsigned int flags) "tb:%p flags=%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"