aboutsummaryrefslogtreecommitdiffstats
path: root/accel/tcg/trace-events
diff options
context:
space:
mode:
Diffstat (limited to 'accel/tcg/trace-events')
-rw-r--r--accel/tcg/trace-events10
1 files changed, 10 insertions, 0 deletions
diff --git a/accel/tcg/trace-events b/accel/tcg/trace-events
new file mode 100644
index 000000000..59eab96f2
--- /dev/null
+++ b/accel/tcg/trace-events
@@ -0,0 +1,10 @@
+# See docs/devel/tracing.rst for syntax documentation.
+
+# TCG related tracing
+# cpu-exec.c
+exec_tb(void *tb, uintptr_t pc) "tb:%p pc=0x%"PRIxPTR
+exec_tb_nocache(void *tb, uintptr_t pc) "tb:%p pc=0x%"PRIxPTR
+exec_tb_exit(void *last_tb, unsigned int flags) "tb:%p flags=0x%x"
+
+# translate-all.c
+translate_block(void *tb, uintptr_t pc, const void *tb_code) "tb:%p, pc:0x%"PRIxPTR", tb_code:%p"