Home
last modified time | relevance | path

Searched refs:OPT_BOOLEAN_FLAG (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/subcmd/
Dparse-options.h126 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name… macro
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-stat.c1162 OPT_BOOLEAN_FLAG(0, "all-kernel", &stat_config.all_kernel,
1165 OPT_BOOLEAN_FLAG(0, "all-user", &stat_config.all_user,
Dbuiltin-record.c2539 OPT_BOOLEAN_FLAG(0, "all-kernel", &record.opts.all_kernel,
2542 OPT_BOOLEAN_FLAG(0, "all-user", &record.opts.all_user,
Dbuiltin-report.c1204 OPT_BOOLEAN_FLAG(0, "showcpuutilization", &symbol_conf.show_cpu_utilization, in cmd_report()