Home
last modified time | relevance | path

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

/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.c77 case OPTION_BIT: in get_value()
95 case OPTION_BIT: in get_value()
635 case OPTION_BIT: in print_option_help()