diff options
Diffstat (limited to 'accel/tcg/trace-events')
-rw-r--r-- | accel/tcg/trace-events | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/accel/tcg/trace-events b/accel/tcg/trace-events index f2db388bdc..2de8359670 100644 --- a/accel/tcg/trace-events +++ b/accel/tcg/trace-events @@ -5,3 +5,6 @@ disable exec_tb(void *tb, uintptr_t pc) "tb:%p pc=0x%"PRIxPTR disable exec_tb_nocache(void *tb, uintptr_t pc) "tb:%p pc=0x%"PRIxPTR disable exec_tb_exit(void *last_tb, unsigned int flags) "tb:%p flags=%x" + +# translate-all.c +translate_block(void *tb, uintptr_t pc, uint8_t *tb_code) "tb:%p, pc:0x%"PRIxPTR", tb_code:%p" |