From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757416AbcASHc4 (ORCPT ); Tue, 19 Jan 2016 02:32:56 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:33597 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752386AbcASHcy (ORCPT ); Tue, 19 Jan 2016 02:32:54 -0500 Date: Tue, 19 Jan 2016 08:32:49 +0100 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Ben Hutchings , Jiri Olsa , Namhyung Kim , "Naveen N . Rao" , Peter Zijlstra , pi3orama@163.com, Ravi Bangoria , Wang Nan , Zefan Li , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/8] perf/core improvements and fixes Message-ID: <20160119073249.GB11346@gmail.com> References: <1452894065-29769-1-git-send-email-acme@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1452894065-29769-1-git-send-email-acme@kernel.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Arnaldo Carvalho de Melo wrote: > Hi Ingo, > > Please consider pulling, > > - Arnaldo > > The following changes since commit c36608843adf4674c462e49f63b64b2987d0ba0b: > > Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent (2016-01-13 10:36:03 +0100) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-core-for-mingo > > for you to fetch changes up to 96b9e70b8e6cd65f71ee71889143976f3afb038a: > > perf build: Introduce FEATURES_DUMP make variable (2016-01-15 16:32:00 -0300) > > ---------------------------------------------------------------- > perf tools improvements and fixes: > > User visible bug fixes: > > - Fix reading of build-id from vDSO (Ben Hutchings) > > - Fix processing samples for guests, noticed with 'perf kvm', > but noticeable as well via other tools, such as 'perf top' > (Ravi Bangoria) > > Build infrastructure: > > - Add feature-dump target and FEATURES_DUMP make variable, to > allow reusing the feature detection results among multiple > tools/ living codebases, such as perf and lib/bpf (Jiri Olsa) > > - 'make -C tools/perf build-test' improvements, making it more > paralelizable and allowing building it outside of the source > tree, using O= (Wang Nan) > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Ben Hutchings (1): > perf symbols: Fix reading of build-id from vDSO > > Jiri Olsa (2): > perf build: Add feature-dump target > perf build: Introduce FEATURES_DUMP make variable > > Ravi Bangoria (1): > perf kvm record/report: 'unprocessable sample' error while recording/reporting guest data > > Wang Nan (4): > perf build: Set parallel making options build-test > perf build: Pass O option to Makefile.perf in build-test > perf build: Test correct path of perf in build-test > perf build: Pass O option to kernel makefile in build-test > > tools/perf/Makefile.perf | 25 ++++++++++++++++++++- > tools/perf/config/Makefile | 4 ++++ > tools/perf/tests/make | 55 +++++++++++++++++++++++++++++++++------------- > tools/perf/util/session.c | 2 +- > tools/perf/util/symbol.c | 2 +- > 5 files changed, 70 insertions(+), 18 deletions(-) Pulled, thanks a lot Arnaldo! Ingo