Searched refs:OPTION_CALLBACK (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | parse-options.h | 22 OPTION_CALLBACK, enumerator 128 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = "time", .hel… 130 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), (a), .help = (h), .c… 132 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), (a), .help = (h), .c… 134 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), (a), .help = (h), .c… 136 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l),\ 140 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), \ 207 { OPTION_CALLBACK, 'v', "verbose", (var), NULL, "be more verbose", \ 209 { OPTION_CALLBACK, 'q', "quiet", (var), NULL, "be more quiet", \ 213 { OPTION_CALLBACK, 0, "abbrev", (var), "n", \
|
D | parse-options.c | 68 case OPTION_CALLBACK: in get_value() 142 case OPTION_CALLBACK: in get_value() 602 case OPTION_CALLBACK: in print_option_help()
|