projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3c4f79
)
perf trace: update usage
author
Tom Zanussi
<
[email protected]
>
Wed, 10 Nov 2010 14:20:45 +0000
(08:20 -0600)
committer
Tom Zanussi
<
[email protected]
>
Wed, 10 Nov 2010 14:20:45 +0000
(08:20 -0600)
Update usage to reflect the different perf trace variants.
Signed-off-by: Tom Zanussi <
[email protected]
>
Acked-by: Arnaldo Carvalho de Melo <
[email protected]
>
tools/perf/builtin-trace.c
patch
|
blob
|
history
diff --git
a/tools/perf/builtin-trace.c
b/tools/perf/builtin-trace.c
index 0483e28fa60dab0fce9cac3bafc2fb342d9d9c86..86cfe3800e6bf5580718fd3df3c3788f9edbda31 100644
(file)
--- a/
tools/perf/builtin-trace.c
+++ b/
tools/perf/builtin-trace.c
@@
-570,7
+570,11
@@
out:
}
static const char * const trace_usage[] = {
- "perf trace [<options>] <command>",
+ "perf trace [<options>]",
+ "perf trace [<options>] record <script> [<record-options>] <command>",
+ "perf trace [<options>] report <script> [script-args]",
+ "perf trace [<options>] <script> [<record-options>] <command>",
+ "perf trace [<options>] <top-script> [script-args]",
NULL
};