diff options
author | Markus Armbruster <armbru@redhat.com> | 2019-03-14 19:09:25 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2019-03-22 16:17:37 +0000 |
commit | e68b3baa25c91760ad176ace4f394c2db9240783 (patch) | |
tree | 12a92fae9df37db3450eaf28f0e737ded4be12cd /accel/kvm/trace-events | |
parent | b33b890cd07eca1d05cd8c4f5f03790f0585423f (diff) | |
download | qemu-e68b3baa25c91760ad176ace4f394c2db9240783.zip |
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>
Diffstat (limited to 'accel/kvm/trace-events')
-rw-r--r-- | accel/kvm/trace-events | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel/kvm/trace-events b/accel/kvm/trace-events index 8841025d68..33c5b1b3af 100644 --- a/accel/kvm/trace-events +++ b/accel/kvm/trace-events @@ -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" |