Re: [PATCH 15/20] perf diff: Add missing setup_output_field()

2014-05-15 Thread Jiri Olsa
On Mon, May 12, 2014 at 03:28:48PM +0900, Namhyung Kim wrote: > The perf diff command itself doesn't make use of the --fields option, > it still needs to call the function since the output only work with > that way. > > Signed-off-by: Namhyung Kim > --- > tools/perf/builtin-diff.c | 3 +++ > 1 f

[PATCH 15/20] perf diff: Add missing setup_output_field()

2014-05-11 Thread Namhyung Kim
The perf diff command itself doesn't make use of the --fields option, it still needs to call the function since the output only work with that way. Signed-off-by: Namhyung Kim --- tools/perf/builtin-diff.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/perf/builtin-diff.c b/tools/p