Searched refs:OPTION_CALLBACK (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | parse-options.h | 22 OPTION_CALLBACK, enumerator 133 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = "time", .hel… 135 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), (a), .help = (h), .c… 137 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), (a), .help = (h), .c… 139 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), (a), .help = (h), .c… 141 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l),\ 145 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), \ 216 { OPTION_CALLBACK, 'v', "verbose", (var), NULL, "be more verbose", \ 218 { OPTION_CALLBACK, 'q', "quiet", (var), NULL, "be more quiet", \ 222 { OPTION_CALLBACK, 0, "abbrev", (var), "n", \
|
D | parse-options.c | 71 case OPTION_CALLBACK: in get_value() 145 case OPTION_CALLBACK: in get_value() 609 case OPTION_CALLBACK: in print_option_help()
|