summaryrefslogtreecommitdiff
path: root/accel/tcg/trace-events
blob: c22ad60af7141808ba649659d92da9b9d3734826 (plain)
1
2
3
4
5
6
7
8
9
10
# Trace events for debugging and performance instrumentation

# TCG related tracing (mostly disabled by default)
# cpu-exec.c
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=0x%x"

# translate-all.c
translate_block(void *tb, uintptr_t pc, uint8_t *tb_code) "tb:%p, pc:0x%"PRIxPTR", tb_code:%p"