Re: [PATCH 3/4] perf, callchain: Add generic report parse callchain callback function

2014-04-07 Thread Jiri Olsa
On Mon, Apr 07, 2014 at 02:15:21PM +0900, Namhyung Kim wrote: > Hi Jiri and Don, > > On Sun, 6 Apr 2014 14:11:29 +0200, Jiri Olsa wrote: > > On Fri, Apr 04, 2014 at 03:31:19PM -0400, Don Zickus wrote: > >> On Thu, Apr 03, 2014 at 02:57:32PM +0900, Namhyung Kim wrote: > >> > On Mon, 24 Mar 2014 15:

Re: [PATCH 3/4] perf, callchain: Add generic report parse callchain callback function

2014-04-06 Thread Namhyung Kim
Hi Jiri and Don, On Sun, 6 Apr 2014 14:11:29 +0200, Jiri Olsa wrote: > On Fri, Apr 04, 2014 at 03:31:19PM -0400, Don Zickus wrote: >> On Thu, Apr 03, 2014 at 02:57:32PM +0900, Namhyung Kim wrote: >> > On Mon, 24 Mar 2014 15:32:56 -0400, Don Zickus wrote: >> > > This takes the parse_callchain_opt f

Re: [PATCH 3/4] perf, callchain: Add generic report parse callchain callback function

2014-04-06 Thread Jiri Olsa
On Fri, Apr 04, 2014 at 03:31:19PM -0400, Don Zickus wrote: > On Thu, Apr 03, 2014 at 02:57:32PM +0900, Namhyung Kim wrote: > > On Mon, 24 Mar 2014 15:32:56 -0400, Don Zickus wrote: > > > This takes the parse_callchain_opt function and copies it into the > > > callchain.c file. Now the c2c tool ca

Re: [PATCH 3/4] perf, callchain: Add generic report parse callchain callback function

2014-04-04 Thread Don Zickus
On Thu, Apr 03, 2014 at 02:57:32PM +0900, Namhyung Kim wrote: > On Mon, 24 Mar 2014 15:32:56 -0400, Don Zickus wrote: > > This takes the parse_callchain_opt function and copies it into the > > callchain.c file. Now the c2c tool can use it too without duplicating. > > > > Signed-off-by: Don Zickus

Re: [PATCH 3/4] perf, callchain: Add generic report parse callchain callback function

2014-04-02 Thread Namhyung Kim
On Mon, 24 Mar 2014 15:32:56 -0400, Don Zickus wrote: > This takes the parse_callchain_opt function and copies it into the > callchain.c file. Now the c2c tool can use it too without duplicating. > > Signed-off-by: Don Zickus > --- > tools/perf/util/callchain.c | 83 > ++

Re: [PATCH 3/4] perf, callchain: Add generic report parse callchain callback function

2014-03-29 Thread Jiri Olsa
On Mon, Mar 24, 2014 at 03:32:56PM -0400, Don Zickus wrote: > This takes the parse_callchain_opt function and copies it into the > callchain.c file. Now the c2c tool can use it too without duplicating. > > Signed-off-by: Don Zickus > --- > tools/perf/util/callchain.c | 83 > +++

[PATCH 3/4] perf, callchain: Add generic report parse callchain callback function

2014-03-24 Thread Don Zickus
This takes the parse_callchain_opt function and copies it into the callchain.c file. Now the c2c tool can use it too without duplicating. Signed-off-by: Don Zickus --- tools/perf/util/callchain.c | 83 + tools/perf/util/callchain.h | 1 + 2 files cha