HomeSort by relevance Sort by last modified time
    Searched refs:OPTION_CALLBACK (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-options.h 22 OPTION_CALLBACK,
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, 0, "abbrev", (var), "n",
    [all...]
parse-options.c 48 case OPTION_CALLBACK:
104 case OPTION_CALLBACK:
506 case OPTION_CALLBACK:

Completed in 286 milliseconds