Commit 7e55055e authored by Tom Zanussi's avatar Tom Zanussi

perf trace: update usage

Update usage to reflect the different perf trace variants.
Signed-off-by: default avatarTom Zanussi <tom.zanussi@linux.intel.com>
Acked-by: default avatarArnaldo Carvalho de Melo <acme@ghostprotocols.net>
parent d3c4f798
......@@ -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
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment