Home
last modified time | relevance | path

Searched refs:opterror (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/tools/perf/util/
Dparse-options.c8 static int opterror(const struct option *opt, const char *reason, int flags) in opterror() function
30 return opterror(opt, "requires a value", flags); in get_arg()
41 return opterror(opt, "takes no value", flags); in get_value()
43 return opterror(opt, "isn't available", flags); in get_value()
56 return opterror(opt, "takes no value", flags); in get_value()
127 return opterror(opt, "expects a numerical value", flags); in get_value()
143 return opterror(opt, "expects a numerical value", flags); in get_value()
159 return opterror(opt, "expects a numerical value", flags); in get_value()
175 return opterror(opt, "expects a numerical value", flags); in get_value()
219 return opterror(options, "takes no value", flags); in parse_long_opt()