set_option_flag 240 tools/lib/subcmd/parse-options.h void set_option_flag(struct option *opts, int sopt, const char *lopt, int flag); set_option_flag 557 tools/perf/builtin-annotate.c set_option_flag(options, 0, "show-total-period", PARSE_OPT_EXCLUSIVE); set_option_flag 558 tools/perf/builtin-annotate.c set_option_flag(options, 0, "show-nr-samples", PARSE_OPT_EXCLUSIVE); set_option_flag 1230 tools/perf/builtin-kvm.c set_option_flag(record_options, 'e', "event", PARSE_OPT_HIDDEN); set_option_flag 1231 tools/perf/builtin-kvm.c set_option_flag(record_options, 0, "filter", PARSE_OPT_HIDDEN); set_option_flag 1232 tools/perf/builtin-kvm.c set_option_flag(record_options, 'R', "raw-samples", PARSE_OPT_HIDDEN); set_option_flag 1234 tools/perf/builtin-kvm.c set_option_flag(record_options, 'F', "freq", PARSE_OPT_DISABLED); set_option_flag 1235 tools/perf/builtin-kvm.c set_option_flag(record_options, 0, "group", PARSE_OPT_DISABLED); set_option_flag 1236 tools/perf/builtin-kvm.c set_option_flag(record_options, 'g', NULL, PARSE_OPT_DISABLED); set_option_flag 1237 tools/perf/builtin-kvm.c set_option_flag(record_options, 0, "call-graph", PARSE_OPT_DISABLED); set_option_flag 1238 tools/perf/builtin-kvm.c set_option_flag(record_options, 'd', "data", PARSE_OPT_DISABLED); set_option_flag 1239 tools/perf/builtin-kvm.c set_option_flag(record_options, 'T', "timestamp", PARSE_OPT_DISABLED); set_option_flag 1240 tools/perf/builtin-kvm.c set_option_flag(record_options, 'P', "period", PARSE_OPT_DISABLED); set_option_flag 1241 tools/perf/builtin-kvm.c set_option_flag(record_options, 'n', "no-samples", PARSE_OPT_DISABLED); set_option_flag 1242 tools/perf/builtin-kvm.c set_option_flag(record_options, 'N', "no-buildid-cache", PARSE_OPT_DISABLED); set_option_flag 1243 tools/perf/builtin-kvm.c set_option_flag(record_options, 'B', "no-buildid", PARSE_OPT_DISABLED); set_option_flag 1244 tools/perf/builtin-kvm.c set_option_flag(record_options, 'G', "cgroup", PARSE_OPT_DISABLED); set_option_flag 1245 tools/perf/builtin-kvm.c set_option_flag(record_options, 'b', "branch-any", PARSE_OPT_DISABLED); set_option_flag 1246 tools/perf/builtin-kvm.c set_option_flag(record_options, 'j', "branch-filter", PARSE_OPT_DISABLED); set_option_flag 1247 tools/perf/builtin-kvm.c set_option_flag(record_options, 'W', "weight", PARSE_OPT_DISABLED); set_option_flag 1248 tools/perf/builtin-kvm.c set_option_flag(record_options, 0, "transaction", PARSE_OPT_DISABLED); set_option_flag 46 tools/perf/builtin-list.c set_option_flag(list_options, 0, "raw-dump", PARSE_OPT_HIDDEN); set_option_flag 583 tools/perf/builtin-probe.c set_option_flag(options, 'a', "add", PARSE_OPT_EXCLUSIVE); set_option_flag 584 tools/perf/builtin-probe.c set_option_flag(options, 'd', "del", PARSE_OPT_EXCLUSIVE); set_option_flag 585 tools/perf/builtin-probe.c set_option_flag(options, 'D', "definition", PARSE_OPT_EXCLUSIVE); set_option_flag 586 tools/perf/builtin-probe.c set_option_flag(options, 'l', "list", PARSE_OPT_EXCLUSIVE); set_option_flag 588 tools/perf/builtin-probe.c set_option_flag(options, 'L', "line", PARSE_OPT_EXCLUSIVE); set_option_flag 589 tools/perf/builtin-probe.c set_option_flag(options, 'V', "vars", PARSE_OPT_EXCLUSIVE); set_option_flag 601 tools/perf/builtin-probe.c set_option_flag(options, 'F', "funcs", PARSE_OPT_EXCLUSIVE); set_option_flag 1704 tools/perf/builtin-stat.c set_option_flag(stat_options, 'e', "event", PARSE_OPT_NONEG); set_option_flag 1705 tools/perf/builtin-stat.c set_option_flag(stat_options, 'M', "metrics", PARSE_OPT_NONEG); set_option_flag 1706 tools/perf/builtin-stat.c set_option_flag(stat_options, 'G', "cgroup", PARSE_OPT_NONEG);