Searched defs:OPT_SET_UINT (Results 1 - 1 of 1) sorted by path

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-options.h107 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l), .value = check_vtype(v, unsigned int *), .help = (h), .defval = (i) } macro

Completed in 181 milliseconds