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>
This commit is contained in:
parent
d3c4f798ac
commit
7e55055e5b
1 changed files with 5 additions and 1 deletions
|
@ -570,7 +570,11 @@ static int has_required_arg(char *script_path)
|
||||||
}
|
}
|
||||||
|
|
||||||
static const char * const trace_usage[] = {
|
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
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue