* [Qemu-devel] [PATCH] docs: update the usage example of "dtrace" backend in tracing.txt
@ 2015-09-11 6:58 Lin Ma
2015-10-07 13:01 ` Ján Tomko
2015-10-07 14:31 ` Stefan Hajnoczi
0 siblings, 2 replies; 3+ messages in thread
From: Lin Ma @ 2015-09-11 6:58 UTC (permalink / raw)
To: qemu-devel; +Cc: stefanha, Lin Ma
The usage example of dtrace is quite ancient, We have tracetool.py with
different parameters instead of the original tracetool shell script for
a long time, So update the old information.
Signed-off-by: Lin Ma <lma@suse.com>
---
docs/tracing.txt | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/tracing.txt b/docs/tracing.txt
index 7117c5e..3853a6a 100644
--- a/docs/tracing.txt
+++ b/docs/tracing.txt
@@ -258,11 +258,11 @@ is generated to make use in scripts more convenient. This step can also be
performed manually after a build in order to change the binary name in the .stp
probes:
- scripts/tracetool --dtrace --stap \
- --binary path/to/qemu-binary \
- --target-type system \
- --target-name x86_64 \
- <trace-events >qemu.stp
+ scripts/tracetool.py --backends=dtrace --format=stap \
+ --binary path/to/qemu-binary \
+ --target-type system \
+ --target-name x86_64 \
+ <trace-events >qemu.stp
== Trace event properties ==
--
2.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] docs: update the usage example of "dtrace" backend in tracing.txt
2015-09-11 6:58 [Qemu-devel] [PATCH] docs: update the usage example of "dtrace" backend in tracing.txt Lin Ma
@ 2015-10-07 13:01 ` Ján Tomko
2015-10-07 14:31 ` Stefan Hajnoczi
1 sibling, 0 replies; 3+ messages in thread
From: Ján Tomko @ 2015-10-07 13:01 UTC (permalink / raw)
To: Lin Ma; +Cc: qemu-devel, stefanha
[-- Attachment #1: Type: text/plain, Size: 440 bytes --]
On Fri, Sep 11, 2015 at 02:58:50PM +0800, Lin Ma wrote:
> The usage example of dtrace is quite ancient, We have tracetool.py with
> different parameters instead of the original tracetool shell script for
> a long time, So update the old information.
>
> Signed-off-by: Lin Ma <lma@suse.com>
> ---
> docs/tracing.txt | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com>
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] docs: update the usage example of "dtrace" backend in tracing.txt
2015-09-11 6:58 [Qemu-devel] [PATCH] docs: update the usage example of "dtrace" backend in tracing.txt Lin Ma
2015-10-07 13:01 ` Ján Tomko
@ 2015-10-07 14:31 ` Stefan Hajnoczi
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2015-10-07 14:31 UTC (permalink / raw)
To: Lin Ma; +Cc: qemu-devel, stefanha
On Fri, Sep 11, 2015 at 02:58:50PM +0800, Lin Ma wrote:
> The usage example of dtrace is quite ancient, We have tracetool.py with
> different parameters instead of the original tracetool shell script for
> a long time, So update the old information.
>
> Signed-off-by: Lin Ma <lma@suse.com>
> ---
> docs/tracing.txt | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
Thanks, applied to my tracing tree:
https://github.com/stefanha/qemu/commits/tracing
Stefan
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-10-07 14:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-11 6:58 [Qemu-devel] [PATCH] docs: update the usage example of "dtrace" backend in tracing.txt Lin Ma
2015-10-07 13:01 ` Ján Tomko
2015-10-07 14:31 ` Stefan Hajnoczi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).