Skip to content

Commit

Permalink
perf trace: update usage
Browse files Browse the repository at this point in the history
Update usage to reflect the different perf trace variants.

Signed-off-by: Tom Zanussi <[email protected]>
Acked-by: Arnaldo Carvalho de Melo <[email protected]>
  • Loading branch information
tzanussi committed Nov 10, 2010
1 parent d3c4f79 commit 7e55055
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/perf/builtin-trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,11 @@ static int has_required_arg(char *script_path)
}

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
};

Expand Down

0 comments on commit 7e55055

Please sign in to comment.