Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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
};