Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dparse-options.c80 case OPTION_GROUP: in get_value()
219 case OPTION_GROUP: in get_value()
565 if (opts->type == OPTION_GROUP) { in print_option_help()
627 case OPTION_GROUP: in print_option_help()
661 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) }