From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932302Ab2GFIW3 (ORCPT ); Fri, 6 Jul 2012 04:22:29 -0400 Received: from mail-bk0-f46.google.com ([209.85.214.46]:39174 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753818Ab2GFIWV (ORCPT ); Fri, 6 Jul 2012 04:22:21 -0400 Date: Fri, 6 Jul 2012 10:22:13 +0200 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Borislav Petkov , Corey Ashford , David Ahern , Frederic Weisbecker , Jiri Olsa , Johannes Berg , Namhyung Kim , Namhyung Kim , Namhyung Kim , Paul Mackerras , Peter Huewe , Peter Zijlstra , Stephane Eranian , Steven Rostedt , Ulrich Drepper , Wolfgang Mauerer , arnaldo.melo@gmail.com, Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 00/20] perf/core improvements and fixes Message-ID: <20120706082212.GA17633@gmail.com> References: <1341503118-13198-1-git-send-email-acme@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1341503118-13198-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: > Hi Ingo, > > Please consider pulling, this one contains my first > merge, a pull request by Namhyung, please check if everything > is OK, > > Thanks, > > - Arnaldo > > The following changes since commit 17d7a1123f0f6d532830152564cc812cc73db2f3: > > perf bench: Fix confused variable namings and descriptions in mem subsystem (2012-07-02 14:35:45 -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 81e9b994bb20716d1f6c47e048e4ae4a43de2f83: > > Merge tag 'libtraceevent-core-for-acme' of git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf into perf/core (2012-07-05 12:16:32 -0300) > > ---------------------------------------------------------------- > > perf/core improvements and fixes: > > . Preparatory patches to use hw events in PMU syntax, from Jiri Olsa > > . Remaining backport of trace-cmd's libparseevent, from Namhyung Kim > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Arnaldo Carvalho de Melo (1): > Merge tag 'libtraceevent-core-for-acme' of git://git.kernel.org/.../namhyung/linux-perf into perf/core > > Jiri Olsa (4): > perf test: Use ARRAY_SIZE in parse events tests > perf tools: Add empty rule for new line in event syntax parsing > perf tools: Split out PE_VALUE_SYM parsing token to SW and HW tokens > perf tools: Split event symbols arrays to hw and sw parts > > Namhyung Kim (10): > tools lib traceevent: Fix printk_cmp() > tools lib traceevent: Introduce extend_token() > tools lib traceevent: Handle strdup failure cases > tools lib traceevent: Handle realloc() failure path > tools lib traceevent: Pass string type argument to args > tools lib traceevent: Do not call add_event() again if allocation failed > tools lib traceevent: Fix some comments > tools lib traceevent: Check result of malloc() during reading token > tools lib traceevent: Check return value of arg_to_str() > tools lib traceevent: Cleanup realloc use > > Peter Huewe (1): > tools lib traceevent: Add missing break in make_bprint_args > > Steven Rostedt (4): > tools lib traceevent: Let filtering numbers by string use function names > tools lib traceevent: Add support for "%.*s" in bprintk events > tools lib traceevent: Add support to show migrate disable counter > tools lib traceevent: Fix %pM print format arg handling > > Wolfgang Mauerer (1): > tools lib traceevent: Fix trace_printk for long integers > > tools/lib/traceevent/event-parse.c | 287 +++++++++++++++++++++++------------ > tools/lib/traceevent/parse-filter.c | 86 +++++++---- > tools/perf/util/parse-events-test.c | 29 ++-- > tools/perf/util/parse-events.c | 174 ++++++++++++++------- > tools/perf/util/parse-events.l | 3 +- > tools/perf/util/parse-events.y | 15 +- > 6 files changed, 391 insertions(+), 203 deletions(-) Pulled, thanks a lot Arnaldo! The commits from Namhyung Kim are looking good as well. Thanks, Ingo