PARSE_OPT_DISABLED   80 tools/lib/subcmd/parse-options.c 	if (opt->flags & PARSE_OPT_DISABLED)
PARSE_OPT_DISABLED  706 tools/lib/subcmd/parse-options.c 	if (opts->flags & PARSE_OPT_DISABLED)
PARSE_OPT_DISABLED 1234 tools/perf/builtin-kvm.c 	set_option_flag(record_options, 'F', "freq", PARSE_OPT_DISABLED);
PARSE_OPT_DISABLED 1235 tools/perf/builtin-kvm.c 	set_option_flag(record_options, 0, "group", PARSE_OPT_DISABLED);
PARSE_OPT_DISABLED 1236 tools/perf/builtin-kvm.c 	set_option_flag(record_options, 'g', NULL, PARSE_OPT_DISABLED);
PARSE_OPT_DISABLED 1237 tools/perf/builtin-kvm.c 	set_option_flag(record_options, 0, "call-graph", PARSE_OPT_DISABLED);
PARSE_OPT_DISABLED 1238 tools/perf/builtin-kvm.c 	set_option_flag(record_options, 'd', "data", PARSE_OPT_DISABLED);
PARSE_OPT_DISABLED 1239 tools/perf/builtin-kvm.c 	set_option_flag(record_options, 'T', "timestamp", PARSE_OPT_DISABLED);
PARSE_OPT_DISABLED 1240 tools/perf/builtin-kvm.c 	set_option_flag(record_options, 'P', "period", PARSE_OPT_DISABLED);
PARSE_OPT_DISABLED 1241 tools/perf/builtin-kvm.c 	set_option_flag(record_options, 'n', "no-samples", PARSE_OPT_DISABLED);
PARSE_OPT_DISABLED 1242 tools/perf/builtin-kvm.c 	set_option_flag(record_options, 'N', "no-buildid-cache", PARSE_OPT_DISABLED);
PARSE_OPT_DISABLED 1243 tools/perf/builtin-kvm.c 	set_option_flag(record_options, 'B', "no-buildid", PARSE_OPT_DISABLED);
PARSE_OPT_DISABLED 1244 tools/perf/builtin-kvm.c 	set_option_flag(record_options, 'G', "cgroup", PARSE_OPT_DISABLED);
PARSE_OPT_DISABLED 1245 tools/perf/builtin-kvm.c 	set_option_flag(record_options, 'b', "branch-any", PARSE_OPT_DISABLED);
PARSE_OPT_DISABLED 1246 tools/perf/builtin-kvm.c 	set_option_flag(record_options, 'j', "branch-filter", PARSE_OPT_DISABLED);
PARSE_OPT_DISABLED 1247 tools/perf/builtin-kvm.c 	set_option_flag(record_options, 'W', "weight", PARSE_OPT_DISABLED);
PARSE_OPT_DISABLED 1248 tools/perf/builtin-kvm.c 	set_option_flag(record_options, 0, "transaction", PARSE_OPT_DISABLED);