mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
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>
This commit is contained in:
parent
6dfba0ef6e
commit
38b1eedcdc
3 changed files with 6 additions and 4 deletions
5
qom/trace-events
Normal file
5
qom/trace-events
Normal file
|
@ -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)"
|
Loading…
Add table
Add a link
Reference in a new issue