Searched refs:OPT_BOOLEAN_FLAG (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/tools/lib/subcmd/ |
A D | parse-options.h | 126 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name… macro
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-stat.c | 1263 OPT_BOOLEAN_FLAG(0, "all-kernel", &stat_config.all_kernel, 1266 OPT_BOOLEAN_FLAG(0, "all-user", &stat_config.all_user,
|
A D | builtin-report.c | 1269 OPT_BOOLEAN_FLAG(0, "showcpuutilization", &symbol_conf.show_cpu_utilization, in cmd_report()
|
A D | builtin-record.c | 3461 OPT_BOOLEAN_FLAG(0, "all-kernel", &record.opts.all_kernel, 3464 OPT_BOOLEAN_FLAG(0, "all-user", &record.opts.all_user,
|
Completed in 18 milliseconds