Searched refs:OPT_BOOLEAN_FLAG (Results 1 – 3 of 3) sorted by relevance
/tools/lib/subcmd/ |
D | parse-options.h | 125 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name… macro
|
/tools/perf/ |
D | builtin-record.c | 1665 OPT_BOOLEAN_FLAG(0, "all-kernel", &record.opts.all_kernel, 1668 OPT_BOOLEAN_FLAG(0, "all-user", &record.opts.all_user,
|
D | builtin-report.c | 812 OPT_BOOLEAN_FLAG(0, "showcpuutilization", &symbol_conf.show_cpu_utilization, in cmd_report()
|