diff mbox

[4/4] trace: Fix location of simpletrace.py in docs

Message ID 1359128620-14226-5-git-send-email-armbru@redhat.com
State New
Headers show

Commit Message

Markus Armbruster Jan. 25, 2013, 3:43 p.m. UTC
Missed when commit 4c3b5a48 moved it.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 docs/tracing.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Laszlo Ersek Jan. 31, 2013, 11:29 a.m. UTC | #1
On 01/25/13 16:43, Markus Armbruster wrote:
> Missed when commit 4c3b5a48 moved it.
> 
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
>  docs/tracing.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Harsh Prateek Bora Jan. 31, 2013, 12:01 p.m. UTC | #2
On 01/25/2013 09:13 PM, Markus Armbruster wrote:
> Missed when commit 4c3b5a48 moved it.
>
> Signed-off-by: Markus Armbruster <armbru@redhat.com>

Reviewed-by: Harsh Prateek Bora <harsh@linux.vnet.ibm.com>

> ---
>   docs/tracing.txt | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/docs/tracing.txt b/docs/tracing.txt
> index 453cc4a..14db3bf 100644
> --- a/docs/tracing.txt
> +++ b/docs/tracing.txt
> @@ -23,7 +23,7 @@ for debugging, profiling, and observing execution.
>
>   4. Pretty-print the binary trace file:
>
> -    ./simpletrace.py trace-events trace-*
> +    ./scripts/simpletrace.py trace-events trace-*
>
>   == Trace events ==
>
> @@ -198,7 +198,7 @@ The "simple" backend produces binary trace files that can be formatted with the
>   simpletrace.py script.  The script takes the "trace-events" file and the binary
>   trace:
>
> -    ./simpletrace.py trace-events trace-12345
> +    ./scripts/simpletrace.py trace-events trace-12345
>
>   You must ensure that the same "trace-events" file was used to build QEMU,
>   otherwise trace event declarations may have changed and output will not be
>
diff mbox

Patch

diff --git a/docs/tracing.txt b/docs/tracing.txt
index 453cc4a..14db3bf 100644
--- a/docs/tracing.txt
+++ b/docs/tracing.txt
@@ -23,7 +23,7 @@  for debugging, profiling, and observing execution.
 
 4. Pretty-print the binary trace file:
 
-    ./simpletrace.py trace-events trace-*
+    ./scripts/simpletrace.py trace-events trace-*
 
 == Trace events ==
 
@@ -198,7 +198,7 @@  The "simple" backend produces binary trace files that can be formatted with the
 simpletrace.py script.  The script takes the "trace-events" file and the binary
 trace:
 
-    ./simpletrace.py trace-events trace-12345
+    ./scripts/simpletrace.py trace-events trace-12345
 
 You must ensure that the same "trace-events" file was used to build QEMU,
 otherwise trace event declarations may have changed and output will not be