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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-options.h17 OPTION_SET_PTR, enumerator in enum:parse_opt_type
108 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), .value = (v), .help = (h), .defval = (p) }

Completed in 95 milliseconds