trace-events: Consistently point to docs/devel/tracing.txt

Almost all trace-events point to docs/devel/tracing.txt in a comment
right at the beginning.  Touch up the ones that don't.

[Updated with Markus' new commit description wording.
--Stefan]

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20190314180929.27722-2-armbru@redhat.com
Message-Id: <20190314180929.27722-2-armbru@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
stable-4.0
Markus Armbruster 2019-03-14 19:09:25 +01:00 committed by Stefan Hajnoczi
parent b33b890cd0
commit e68b3baa25
7 changed files with 11 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Trace events for debugging and performance instrumentation
# See docs/devel/tracing.txt for syntax documentation.
# kvm-all.c
kvm_ioctl(int type, void *arg) "type 0x%x, arg %p"

View File

@ -1,4 +1,4 @@
# Trace events for debugging and performance instrumentation
# See docs/devel/tracing.txt for syntax documentation.
# TCG related tracing (mostly disabled by default)
# cpu-exec.c

View File

@ -1,3 +1,5 @@
# See docs/devel/tracing.txt for syntax documentation.
# hw/i386/xen/xen_platform.c
xen_platform_log(char *s) "xen platform: %s"

View File

@ -1,3 +1,5 @@
# See docs/devel/tracing.txt for syntax documentation.
# nbd/client.c
nbd_send_option_request(uint32_t opt, const char *name, uint32_t len) "Sending option request %" PRIu32" (%s), len %" PRIu32
nbd_receive_option_reply(uint32_t option, const char *optname, uint32_t type, const char *typename, uint32_t length) "Received option reply %" PRIu32" (%s), type %" PRIu32" (%s), len %" PRIu32

View File

@ -1,3 +1,5 @@
# See docs/devel/tracing.txt for syntax documentation.
# qapi/qapi-visit-core.c
visit_free(void *v) "v=%p"
visit_complete(void *v, void *opaque) "v=%p opaque=%p"

View File

@ -1,3 +1,5 @@
# See docs/devel/tracing.txt for syntax documentation.
# scsi/pr-manager.c
pr_manager_execute(int fd, int cmd, int sa) "fd=%d cmd=0x%02x service action=0x%02x"
pr_manager_run(int fd, int cmd, int sa) "fd=%d cmd=0x%02x service action=0x%02x"

View File

@ -1,4 +1,4 @@
# Trace events for debugging and performance instrumentation
# See docs/devel/tracing.txt for syntax documentation.
#
# This file is processed by the tracetool script during the build.
#