Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dparse-options.h13 OPTION_BIT, enumerator
112 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .val…
Dparse-options.c74 case OPTION_BIT: in get_value()
92 case OPTION_BIT: in get_value()
628 case OPTION_BIT: in print_option_help()