Searched refs:OPT_BOOLEAN_FLAG (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/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… macro
|
/openbmc/linux/tools/perf/ |
H A D | builtin-stat.c | 1290 OPT_BOOLEAN_FLAG(0, "all-kernel", &stat_config.all_kernel, 1293 OPT_BOOLEAN_FLAG(0, "all-user", &stat_config.all_user,
|
H A D | builtin-report.c | 1278 OPT_BOOLEAN_FLAG(0, "showcpuutilization", &symbol_conf.show_cpu_utilization, in cmd_report()
|
H A D | builtin-record.c | 3450 OPT_BOOLEAN_FLAG(0, "all-kernel", &record.opts.all_kernel, 3453 OPT_BOOLEAN_FLAG(0, "all-user", &record.opts.all_user,
|