Re: [PATCH v3 0/7] perf core: Make some improvements and fixes

2015-02-27 Thread Arnaldo Carvalho de Melo
Em Fri, Feb 27, 2015 at 06:21:24PM +0800, Yunlong Song escreveu: > Hi, > Found some functions to improve and bugs to fix in perf. > > This patchset is based on: > https://git.kernel.org/cgit/linux/kernel/git/acme/linux.git/ perf/core > > For [PATCH v3 4/7] and [PATCH v3 5/7], I have ch

[PATCH v3 0/7] perf core: Make some improvements and fixes

2015-02-27 Thread Yunlong Song
Hi, Found some functions to improve and bugs to fix in perf. This patchset is based on: https://git.kernel.org/cgit/linux/kernel/git/acme/linux.git/ perf/core For [PATCH v3 4/7] and [PATCH v3 5/7], I have checked that these patches do not break shell autocompletion. Besides, for [PAT