Re: [PATCH 10/10] tools, perf: Add asprintf replacement

From: Andi Kleen
Date: Thu Nov 13 2014 - 16:14:16 EST


> > diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c
> > index fb272ff..493f011 100644
> > --- a/tools/perf/builtin-report.c
> > +++ b/tools/perf/builtin-report.c
> > @@ -762,6 +762,7 @@ repeat:
> > }
> > if (branch_call_mode) {
> > callchain_param.branch_callstack = 1;
> > + callchain_param.key = CCKEY_ADDRESS;
>
> unrelated hunk?

Yes. Please remove.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/