Searched refs:OPTION_STRING (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | parse-options.h | 19 OPTION_STRING, enumerator 126 #define OPT_STRING(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name = (l), … 128 { .type = OPTION_STRING, .short_name = (s), .long_name = (l), \ 131 #define OPT_STRING_NOEMPTY(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name…
|
D | parse-options.c | 84 case OPTION_STRING: in get_value() 120 case OPTION_STRING: in get_value() 613 case OPTION_STRING: in print_option_help()
|