Re: [PATCH v2 1/5] perf diff: don't compute Delta if he->dummy

2013-11-27 Thread Ramkumar Ramachandra
Jiri Olsa wrote: >> diff --git a/tools/perf/builtin-diff.c b/tools/perf/builtin-diff.c >> index 3b67ea2..79e0448 100644 >> --- a/tools/perf/builtin-diff.c >> +++ b/tools/perf/builtin-diff.c >> @@ -792,6 +792,9 @@ hpp__entry_pair(struct hist_entry *he, struct hist_entry >> *pair, >> >> switch

Re: [PATCH v2 1/5] perf diff: don't compute Delta if he->dummy

2013-11-26 Thread Jiri Olsa
On Sun, Nov 24, 2013 at 11:50:21AM +0530, Ramkumar Ramachandra wrote: > Cc: Arnaldo Carvalho de Melo > Signed-off-by: Ramkumar Ramachandra > --- > tools/perf/builtin-diff.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/tools/perf/builtin-diff.c b/tools/perf/builtin-diff.c > index