]> git.proxmox.com Git - mirror_qemu.git/blobdiff - docs/devel/tracing.txt
libqemuutil, qapi, trace: convert to meson
[mirror_qemu.git] / docs / devel / tracing.txt
index cb5f685de9f6f4a0c32ecfb5091392d77d44644a..6144d9921bfd3743adfd2647558b9ce27ea559b2 100644 (file)
@@ -60,7 +60,7 @@ general. It is strongly preferred that all events be declared directly in
 the sub-directory that uses them. The only exception is where there are some
 shared trace events defined in the top level directory trace-events file.
 The top level directory generates trace files with a filename prefix of
-"trace-root" instead of just "trace". This is to avoid ambiguity between
+"trace/trace-root" instead of just "trace". This is to avoid ambiguity between
 a trace.h in the current directory, vs the top level directory.
 
 === Using trace events ===