Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dparse-options.c59 case OPTION_ARGUMENT: in get_value()
180 case OPTION_ARGUMENT: in get_value()
216 if (options->type == OPTION_ARGUMENT) { in parse_long_opt()
492 case OPTION_ARGUMENT: in usage_with_options_internal()
Dparse-options.h10 OPTION_ARGUMENT, enumerator
102 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) }