Re: [PATCH 05/19] perf tools: Introduce new 'ftrace' tool

From: David Ahern
Date: Wed Jun 26 2013 - 13:10:50 EST


On 6/26/13 1:14 AM, Namhyung Kim wrote:
+ const char * const ftrace_usage[] = {
+ "perf ftrace [<options>] [<command>]",
+ "perf ftrace [<options>] -- <command> [<options>]",
+ NULL
+ };
+ const struct option ftrace_options[] = {
+ OPT_STRING('t', "tracer", &ftrace.tracer, "tracer",
+ "tracer to use"),

How does a user know what is a valid tracer string?

David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/