From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756004Ab2I1Hzc (ORCPT ); Fri, 28 Sep 2012 03:55:32 -0400 Received: from mail-we0-f174.google.com ([74.125.82.174]:57234 "EHLO mail-we0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752619Ab2I1Hzb (ORCPT ); Fri, 28 Sep 2012 03:55:31 -0400 Date: Fri, 28 Sep 2012 09:50:08 +0200 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, David Ahern , Frederic Weisbecker , Hyeoncheol Lee , Jiri Olsa , Masami Hiramatsu , Mike Galbraith , Namhyung Kim , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Peter Zijlstra , Stephane Eranian , arnaldo.melo@gmail.com, Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/3] perf/core improvements and fixes Message-ID: <20120928075008.GB21400@gmail.com> References: <1348780686-16108-1-git-send-email-acme@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1348780686-16108-1-git-send-email-acme@infradead.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Arnaldo Carvalho de Melo wrote: > From: Arnaldo Carvalho de Melo > > Hi Ingo, > > Please consider pulling, > > - Arnaldo > > The following changes since commit 9ec60972a38011ad8a5676f4cd5e51ac508c36b6: > > perf hists: Add missing period_* fields when collapsing a hist entry (2012-09-26 20:44:11 -0300) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux tags/perf-core-for-mingo > > for you to fetch changes up to aec1930b0f6f281a0ca038cd03aceace3fe0bb61: > > perf trace: Add aliases for some syscalls (2012-09-27 13:18:49 -0300) > > ---------------------------------------------------------------- > perf/core improvements and fixes > > . Improve listing of accessible enum perf probe variables, from Hyeoncheol Lee. > > . Don't stop the build if the audit libraries are not installed, fix from Namhyung Kim. > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Arnaldo Carvalho de Melo (1): > perf trace: Add aliases for some syscalls > > Hyeoncheol Lee (1): > perf probe: Print an enum type variable in "enum variable-name" format when showing accessible variables > > Namhyung Kim (1): > perf tools: Check libaudit availability for perf-trace builtin > > tools/perf/Makefile | 16 ++++++++++++++-- > tools/perf/builtin-trace.c | 26 ++++++++++++++++++-------- > tools/perf/config/feature-tests.mak | 11 +++++++++++ > tools/perf/perf.c | 2 ++ > tools/perf/util/dwarf-aux.c | 2 ++ > 5 files changed, 47 insertions(+), 10 deletions(-) Pulled, thanks Arnaldo! Ingo