Searched refs:PARSE_OPT_NONEG (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/lib/subcmd/
H A Dparse-options.h41 PARSE_OPT_NONEG = 4, enumerator in enum:parse_opt_option_flags
81 * PARSE_OPT_NONEG: says that this option cannot be negated
H A Dparse-options.c78 if (unset && (opt->flags & PARSE_OPT_NONEG))
/linux-master/tools/perf/
H A Dbuiltin-stat.c2544 set_option_flag(stat_options, 'e', "event", PARSE_OPT_NONEG);
2545 set_option_flag(stat_options, 'M', "metrics", PARSE_OPT_NONEG);
2546 set_option_flag(stat_options, 'G', "cgroup", PARSE_OPT_NONEG);

Completed in 212 milliseconds