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

/external/linux-tools-perf/src/tools/perf/util/
H A Dparse-options.h113 #define OPT_STRING(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name = (l), .value = check_vtype(v, const char **), (a), .help = (h) } macro

Completed in 71 milliseconds