Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dparse-options.c83 case OPTION_GROUP: in get_value()
222 case OPTION_GROUP: in get_value()
572 if (opts->type == OPTION_GROUP) { in print_option_help()
634 case OPTION_GROUP: in print_option_help()
748 if (opts->type != OPTION_GROUP) in usage_with_options_internal()
Dparse-options.h11 OPTION_GROUP, enumerator
111 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) }