Home
last modified time | relevance | path

Searched refs:excl_opt (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/tools/perf/util/
Dparse-options.c50 if (p->excl_opt && p->excl_opt != opt) { in get_value()
53 if (((flags & OPT_SHORT) && p->excl_opt->short_name) || in get_value()
54 p->excl_opt->long_name == NULL) { in get_value()
56 p->excl_opt->short_name); in get_value()
59 p->excl_opt->long_name); in get_value()
64 p->excl_opt = opt; in get_value()
477 if ((excl_short_opt && ctx->excl_opt->short_name) || in parse_options_step()
478 ctx->excl_opt->long_name == NULL) { in parse_options_step()
479 char opt = ctx->excl_opt->short_name; in parse_options_step()
482 parse_options_usage(NULL, options, ctx->excl_opt->long_name, 0); in parse_options_step()
Dparse-options.h180 const struct option *excl_opt; member