aboutsummaryrefslogtreecommitdiff
path: root/docs/tracing.txt
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2013-06-04 14:45:26 +0200
committerPeter Maydell <peter.maydell@linaro.org>2013-06-14 15:33:10 +0100
commitb9a7b74f77619d3e7fb3834fbdcd3bde036ac399 (patch)
treef262f1af785ae19a0a8b518199c3f8fbe1a995ee /docs/tracing.txt
parentc1799a846285764de588533e21e61167a33f5a8f (diff)
build: do not use TARGET_ARCH
TARGET_ARCH is generally wrong to use, there are better variables provided in config-target.mak. The right one is usually TARGET_NAME (previously TARGET_ARCH2), but for bsd-user we can also use TARGET_ABI_DIR for consistency with linux-user. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-id: 1370349928-20419-4-git-send-email-pbonzini@redhat.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'docs/tracing.txt')
-rw-r--r--docs/tracing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tracing.txt b/docs/tracing.txt
index 60ff9c5e6e..bfc261bcaf 100644
--- a/docs/tracing.txt
+++ b/docs/tracing.txt
@@ -225,7 +225,7 @@ probes:
scripts/tracetool --dtrace --stap \
--binary path/to/qemu-binary \
--target-type system \
- --target-arch x86_64 \
+ --target-name x86_64 \
<trace-events >qemu.stp
== Trace event properties ==