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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-options.h22 OPTION_CALLBACK, enumerator in enum:parse_opt_type
78 * pointer to the callback to use for OPTION_CALLBACK.
115 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = "time", .help = (h), .callback = parse_opt_approxidate_cb }
117 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), (a), .help = (h), .callback = (f) }
119 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), (a), .help = (h), .callback = (f), .flags = PARSE_OPT_NOARG }
121 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), (a), .help = (h), .callback = (f), .defval = (intptr_t)d, .flags = PARSE_OPT_LASTARG_DEFAULT }
123 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l),\
181 { OPTION_CALLBACK, 'v', "verbose", (var), NULL, "be more verbose", \
183 { OPTION_CALLBACK, 'q', "quiet", (var), NULL, "be more quiet", \
187 { OPTION_CALLBACK,
[all...]

Completed in 76 milliseconds