提交 7e55055e 编写于 作者: T Tom Zanussi

perf trace: update usage

Update usage to reflect the different perf trace variants.
Signed-off-by: NTom Zanussi <tom.zanussi@linux.intel.com>
Acked-by: NArnaldo Carvalho de Melo <acme@ghostprotocols.net>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册