Searched refs:opterror (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | parse-options.c | 12 static int opterror(const struct option *opt, const char *reason, int flags) in opterror() function 34 return opterror(opt, "requires a value", flags); in get_arg() 46 return opterror(opt, "takes no value", flags); in get_value() 48 return opterror(opt, "isn't available", flags); in get_value() 50 return opterror(opt, "is not usable", flags); in get_value() 64 opterror(opt, msg, flags); in get_value() 80 return opterror(opt, "takes no value", flags); in get_value() 169 return opterror(opt, "expects a numerical value", flags); in get_value() 185 return opterror(opt, "expects a numerical value", flags); in get_value() 201 return opterror(opt, "expects a numerical value", flags); in get_value() [all …]
|