Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dparse-options.h19 OPTION_STRING, enumerator
125 #define OPT_STRING(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name = (l), …
126 #define OPT_STRING_NOEMPTY(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name…
Dparse-options.c81 case OPTION_STRING: in get_value()
117 case OPTION_STRING: in get_value()
606 case OPTION_STRING: in print_option_help()