Re: [PATCH V2 2/3] perf tool:perf diff support for different binaries

2014-11-16 Thread Namhyung Kim
On Mon, 10 Nov 2014 16:01:19 -0500, kan liang wrote: > From: Kan Liang > > Currently, the perf diff only works with same binaries. That's because > it compares the symbol start address. It doesn't work if the perf.data > comes from different binaries. This patch matches the function names. > > Sig

[PATCH V2 2/3] perf tool:perf diff support for different binaries

2014-11-10 Thread kan . liang
From: Kan Liang Currently, the perf diff only works with same binaries. That's because it compares the symbol start address. It doesn't work if the perf.data comes from different binaries. This patch matches the function names. Signed-off-by: Kan Liang --- tools/perf/util/sort.c | 9 +