Lines Matching refs:PARSE_OPT_DISABLED
1766 set_option_flag(record_options, 'F', "freq", PARSE_OPT_DISABLED);
1767 set_option_flag(record_options, 0, "group", PARSE_OPT_DISABLED);
1768 set_option_flag(record_options, 'g', NULL, PARSE_OPT_DISABLED);
1769 set_option_flag(record_options, 0, "call-graph", PARSE_OPT_DISABLED);
1770 set_option_flag(record_options, 'd', "data", PARSE_OPT_DISABLED);
1771 set_option_flag(record_options, 'T', "timestamp", PARSE_OPT_DISABLED);
1772 set_option_flag(record_options, 'P', "period", PARSE_OPT_DISABLED);
1773 set_option_flag(record_options, 'n', "no-samples", PARSE_OPT_DISABLED);
1774 set_option_flag(record_options, 'N', "no-buildid-cache", PARSE_OPT_DISABLED);
1775 set_option_flag(record_options, 'B', "no-buildid", PARSE_OPT_DISABLED);
1776 set_option_flag(record_options, 'G', "cgroup", PARSE_OPT_DISABLED);
1777 set_option_flag(record_options, 'b', "branch-any", PARSE_OPT_DISABLED);
1778 set_option_flag(record_options, 'j', "branch-filter", PARSE_OPT_DISABLED);
1779 set_option_flag(record_options, 'W', "weight", PARSE_OPT_DISABLED);
1780 set_option_flag(record_options, 0, "transaction", PARSE_OPT_DISABLED);