saner perf_atoll()
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 29 Aug 2014 16:37:29 +0000 (12:37 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 9 Oct 2014 06:39:10 +0000 (02:39 -0400)
commit8ba7f6c2faada3ad553518b9febbdce7a988359b
tree5e821d13563bb2059a1393655c02ce14a80c1542
parent849f3127bb46ef75a66dffc1b9b0d3f5f43fa395
saner perf_atoll()

That loop in there is both anti-idiomatic *and* completely pointless.
strtoll() is there for purpose; use it and compare what's left with
acceptable suffices.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
tools/perf/util/string.c