Searched defs:OPTION_BIT (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-options.h13 OPTION_BIT, enumerator in enum:parse_opt_type
104 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h), .defval = (b) }

Completed in 157 milliseconds