diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2016-06-16 09:40:25 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2016-06-20 17:22:17 +0100 |
commit | 38b1eedcdce62f756346d12c132853a82d254c37 (patch) | |
tree | 6211eb0de9821d3b62f218509482cfb09c9d15c9 /qom | |
parent | 6dfba0ef6eafe9863c0910102a82cfdc8173b1f1 (diff) | |
download | qemu-38b1eedcdce62f756346d12c132853a82d254c37.zip |
trace: split out trace events for qom/ directory
Move all trace-events for files in the qom/ directory to
their own file.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 1466066426-16657-40-git-send-email-berrange@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
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)" |