aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@linux.intel.com>2010-11-10 09:20:45 -0500
committerTom Zanussi <tom.zanussi@linux.intel.com>2010-11-10 09:20:45 -0500
commit7e55055e5bb00085051ca59c570c83a820e1e0ee (patch)
tree20684d0f272e2999c597cc8376592a75b297fa37 /tools
parentd3c4f798ac4b7337b417467f36f4b2e6dcb49240 (diff)
perf trace: update usage
Update usage to reflect the different perf trace variants. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Acked-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/builtin-trace.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/perf/builtin-trace.c b/tools/perf/builtin-trace.c
index 0483e28fa60d..86cfe3800e6b 100644
--- a/tools/perf/builtin-trace.c
+++ b/tools/perf/builtin-trace.c
@@ -570,7 +570,11 @@ out:
570} 570}
571 571
572static const char * const trace_usage[] = { 572static const char * const trace_usage[] = {
573 "perf trace [<options>] <command>", 573 "perf trace [<options>]",
574 "perf trace [<options>] record <script> [<record-options>] <command>",
575 "perf trace [<options>] report <script> [script-args]",
576 "perf trace [<options>] <script> [<record-options>] <command>",
577 "perf trace [<options>] <top-script> [script-args]",
574 NULL 578 NULL
575}; 579};
576 580