aboutsummaryrefslogtreecommitdiffstats
path: root/qom/trace-events
diff options
context:
space:
mode:
Diffstat (limited to 'qom/trace-events')
-rw-r--r--qom/trace-events5
1 files changed, 5 insertions, 0 deletions
diff --git a/qom/trace-events b/qom/trace-events
new file mode 100644
index 000000000..b2e9f4a71
--- /dev/null
+++ b/qom/trace-events
@@ -0,0 +1,5 @@
+# See docs/devel/tracing.rst for syntax documentation.
+
+# object.c
+object_dynamic_cast_assert(const char *type, const char *target, const char *file, int line, const char *func) "%s->%s (%s:%d:%s)"
+object_class_dynamic_cast_assert(const char *type, const char *target, const char *file, int line, const char *func) "%s->%s (%s:%d:%s)"