Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dparse-options.c53 if (p->excl_opt && p->excl_opt != opt) { in get_value()
56 if (((flags & OPT_SHORT) && p->excl_opt->short_name) || in get_value()
57 p->excl_opt->long_name == NULL) { in get_value()
59 p->excl_opt->short_name); in get_value()
62 p->excl_opt->long_name); in get_value()
67 p->excl_opt = opt; in get_value()
482 if ((excl_short_opt && ctx->excl_opt->short_name) || in parse_options_step()
483 ctx->excl_opt->long_name == NULL) { in parse_options_step()
484 char opt = ctx->excl_opt->short_name; in parse_options_step()
487 parse_options_usage(NULL, options, ctx->excl_opt->long_name, 0); in parse_options_step()
Dparse-options.h189 const struct option *excl_opt; member