Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dparse-options.c9 static int opterror(const struct option *opt, const char *reason, int flags) in opterror() function
31 return opterror(opt, "requires a value", flags); in get_arg()
43 return opterror(opt, "takes no value", flags); in get_value()
45 return opterror(opt, "isn't available", flags); in get_value()
47 return opterror(opt, "is not usable", flags); in get_value()
61 opterror(opt, msg, flags); in get_value()
77 return opterror(opt, "takes no value", flags); in get_value()
166 return opterror(opt, "expects a numerical value", flags); in get_value()
182 return opterror(opt, "expects a numerical value", flags); in get_value()
198 return opterror(opt, "expects a numerical value", flags); in get_value()
[all …]