Searched refs:PARSE_OPT_NONEG (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/lib/subcmd/ |
H A D | parse-options.h | 41 PARSE_OPT_NONEG = 4, enumerator
|
H A D | parse-options.c | 78 if (unset && (opt->flags & PARSE_OPT_NONEG)) in get_value()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-stat.c | 2519 set_option_flag(stat_options, 'e', "event", PARSE_OPT_NONEG); in cmd_stat() 2520 set_option_flag(stat_options, 'M', "metrics", PARSE_OPT_NONEG); in cmd_stat() 2521 set_option_flag(stat_options, 'G', "cgroup", PARSE_OPT_NONEG); in cmd_stat()
|