Searched refs:OPT_BOOLEAN_FLAG (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
H A D | parse-options.h | 126 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .help = (h), .flags = (f) } macro
|
/kernel/linux/linux-6.6/tools/lib/subcmd/ |
H A D | parse-options.h | 122 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .help = (h), .flags = (f) } macro
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-stat.c | 1162 OPT_BOOLEAN_FLAG(0, "all-kernel", &stat_config.all_kernel, 1165 OPT_BOOLEAN_FLAG(0, "all-user", &stat_config.all_user,
|
H A D | builtin-record.c | 2539 OPT_BOOLEAN_FLAG(0, "all-kernel", &record.opts.all_kernel, 2542 OPT_BOOLEAN_FLAG(0, "all-user", &record.opts.all_user,
|
H A D | builtin-report.c | 1204 OPT_BOOLEAN_FLAG(0, "showcpuutilization", &symbol_conf.show_cpu_utilization, in cmd_report()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-stat.c | 1268 OPT_BOOLEAN_FLAG(0, "all-kernel", &stat_config.all_kernel, 1271 OPT_BOOLEAN_FLAG(0, "all-user", &stat_config.all_user,
|
H A D | builtin-record.c | 3446 OPT_BOOLEAN_FLAG(0, "all-kernel", &record.opts.all_kernel, 3449 OPT_BOOLEAN_FLAG(0, "all-user", &record.opts.all_user,
|
H A D | builtin-report.c | 1280 OPT_BOOLEAN_FLAG(0, "showcpuutilization", &symbol_conf.show_cpu_utilization, in cmd_report()
|
Completed in 21 milliseconds