Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dparse-options.c59 case OPTION_GROUP: in get_value()
180 case OPTION_GROUP: in get_value()
453 if (opts->type != OPTION_GROUP) in usage_with_options_internal()
460 if (opts->type == OPTION_GROUP) { in usage_with_options_internal()
520 case OPTION_GROUP: in usage_with_options_internal()
Dparse-options.h21 OPTION_GROUP, enumerator
113 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) }