From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753607Ab1L2Uat (ORCPT ); Thu, 29 Dec 2011 15:30:49 -0500 Received: from mx2.mail.elte.hu ([157.181.151.9]:53521 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753257Ab1L2Uar (ORCPT ); Thu, 29 Dec 2011 15:30:47 -0500 Date: Thu, 29 Dec 2011 21:28:44 +0100 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, David Ahern , Frederic Weisbecker , Namhyung Kim , Nelson Elhage , Paul Mackerras , Peter Zijlstra , Robert Richter , Stephane Eranian , arnaldo.melo@gmail.com Subject: Re: [GIT PULL 00/15] perf/core improvements and fixes Message-ID: <20111229202844.GB16587@elte.hu> References: <1324677198-5191-1-git-send-email-acme@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1324677198-5191-1-git-send-email-acme@infradead.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=AWL,BAYES_00 autolearn=no SpamAssassin version=3.3.1 -2.0 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.0 AWL AWL: From: address is in the auto white-list 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 from: > > git://github.com/acmel/linux.git perf/core > > Regards, > > - Arnaldo > > David Ahern (3): > perf tools: Fix comm for processes with named threads > perf tools: Look up thread names for system wide profiling > perf script: look up thread using tid instead of pid > > Ingo Molnar (1): > perf tools: Fix truncated annotation > > Namhyung Kim (1): > perf report: Fix usage string > > Nelson Elhage (2): > perf: builtin-record: Provide advice if mmap'ing fails with EPERM. > perf: builtin-record: Document and check that mmap_pages must be a power of two. > > Robert Richter (8): > perf tools: Improve macros for struct feature_ops > perf tools: Continue processing header on unknown features > perf tools: Fix out-of-bound access to struct perf_session > perf tools: Moving code in some files > perf report: Accept fifos as input file > perf tools: Unify handling of features when writing feature section > perf tools: Use for_each_set_bit() to iterate over feature flags > perf script: Add generic perl handler to process events > > tools/perf/Documentation/perf-annotate.txt | 2 +- > tools/perf/Documentation/perf-buildid-list.txt | 2 +- > tools/perf/Documentation/perf-evlist.txt | 2 +- > tools/perf/Documentation/perf-kmem.txt | 2 +- > tools/perf/Documentation/perf-lock.txt | 2 +- > tools/perf/Documentation/perf-record.txt | 2 +- > tools/perf/Documentation/perf-report.txt | 2 +- > tools/perf/Documentation/perf-sched.txt | 2 +- > tools/perf/Documentation/perf-script.txt | 2 +- > tools/perf/Documentation/perf-timechart.txt | 2 +- > tools/perf/builtin-annotate.c | 3 +- > tools/perf/builtin-buildid-list.c | 53 +- > tools/perf/builtin-evlist.c | 2 +- > tools/perf/builtin-kmem.c | 2 +- > tools/perf/builtin-lock.c | 2 +- > tools/perf/builtin-record.c | 19 +- > tools/perf/builtin-report.c | 15 +- > tools/perf/builtin-sched.c | 2 +- > tools/perf/builtin-script.c | 6 +- > tools/perf/builtin-timechart.c | 4 +- > tools/perf/util/annotate.c | 2 +- > tools/perf/util/event.c | 112 +++- > tools/perf/util/evlist.c | 2 + > tools/perf/util/header.c | 663 +++++++++----------- > tools/perf/util/header.h | 6 +- > tools/perf/util/include/linux/bitops.h | 118 ++++ > .../perf/util/scripting-engines/trace-event-perl.c | 73 ++- > tools/perf/util/session.c | 15 +- > tools/perf/util/session.h | 2 +- > tools/perf/util/util.h | 11 + > 30 files changed, 676 insertions(+), 456 deletions(-) Pulled, thanks a lot Arnaldo! FYI, i fixed a trivial build failure, in: f2328062726d: perf tools: Fix feature-bits rework fallout, remove unused variable Thanks, Ingo