From: Marc-André Lureau Date: Wed, 20 Apr 2022 13:25:55 +0000 (+0400) Subject: docs: trace-events-all is installed without renaming X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7a42e6885aab340c1fad8efea95929b673714ecc;p=qemu.git docs: trace-events-all is installed without renaming Signed-off-by: Marc-André Lureau Reviewed-by: Daniel P. Berrangé Message-Id: <20220420132624.2439741-13-marcandre.lureau@redhat.com> --- diff --git a/docs/devel/tracing.rst b/docs/devel/tracing.rst index ec9a687cfd..d288480db1 100644 --- a/docs/devel/tracing.rst +++ b/docs/devel/tracing.rst @@ -48,7 +48,7 @@ file. During build, the "trace-events" file in each listed subdirectory will be processed by the "tracetool" script to generate code for the trace events. The individual "trace-events" files are merged into a "trace-events-all" file, -which is also installed into "/usr/share/qemu" with the name "trace-events". +which is also installed into "/usr/share/qemu". This merged file is to be used by the "simpletrace.py" script to later analyse traces in the simpletrace data format.