diff options
Diffstat (limited to 'qom')
-rw-r--r-- | qom/trace-events | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qom/trace-events b/qom/trace-events new file mode 100644 index 0000000000..350fc1feb2 --- /dev/null +++ b/qom/trace-events @@ -0,0 +1,5 @@ +# See docs/trace-events.txt for syntax documentation. + +# qom/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)" |