Re: [PATCHSET 0/9] perf tools: Bug fix and cleanup for sort keys

2013-04-02 Thread Arnaldo Carvalho de Melo
Em Mon, Apr 01, 2013 at 08:35:16PM +0900, Namhyung Kim escreveu: > This is a couple of bugfix, cleanup and enhancement for sort keys. Applied 1-4. - Arnaldo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majord

[PATCHSET 0/9] perf tools: Bug fix and cleanup for sort keys

2013-04-01 Thread Namhyung Kim
Hi, This is a couple of bugfix, cleanup and enhancement for sort keys. When I rebased previous --sort addr* patches, I found that separating sort mode might be helpful to users so I did the cleanup. But during the test I, in turn, found a bug in freeing the branch info of a hist entry. And the