Searched refs:OPTION_CALLBACK (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
D | parse-options.h | 29 OPTION_CALLBACK, enumerator 151 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = "time", .hel… 153 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =… 155 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =… 157 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =… 159 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =… 161 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l),\ 165 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), \ 230 { OPTION_CALLBACK, 'v', "verbose", (var), NULL, "be more verbose", \ 232 { OPTION_CALLBACK, 'q', "quiet", (var), NULL, "be more quiet", \ [all …]
|
D | parse-options.c | 102 case OPTION_CALLBACK: in get_value() 165 case OPTION_CALLBACK: in get_value() 239 case OPTION_CALLBACK: in get_value() 739 case OPTION_CALLBACK: in print_option_help()
|
/kernel/liteos_a/apps/perf/src/ |
D | perf_stat.c | 57 OPTION_CALLBACK("-e", GetEvents), 58 OPTION_CALLBACK("-t", GetTids), 59 OPTION_CALLBACK("-P", GetPids),
|
D | perf_record.c | 65 OPTION_CALLBACK("-e", GetEvents), 66 OPTION_CALLBACK("-t", GetTids), 67 OPTION_CALLBACK("-P", GetPids),
|
/kernel/liteos_a/apps/perf/include/ |
D | option.h | 69 #define OPTION_CALLBACK(n, c) {.type = OPTION_TYPE_CALLBACK, .name = (n), .cb = (c)} macro
|