On Fri, Jun 27, 2014 at 05:08:03PM -0600, David Ahern wrote:
> On 6/18/14, 8:58 AM, Jiri Olsa wrote:
>
> >@@ -307,6 +322,15 @@ static void die_bad_config(const char *name)
> > die("bad config value for '%s'", name);
> > }
> >
> >+u64 perf_config_u64(const char *name, const char *value)
> >+{
On 6/18/14, 8:58 AM, Jiri Olsa wrote:
@@ -307,6 +322,15 @@ static void die_bad_config(const char *name)
die("bad config value for '%s'", name);
}
+u64 perf_config_u64(const char *name, const char *value)
+{
+ long long ret = 0;
+
+ if (!perf_parse_llong(value, &ret))
+
2 matches
Mail list logo