diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/devel/tracing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/tracing.rst b/docs/devel/tracing.rst index ec9a687..d288480 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. |