Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756911Ab2EKGPA (ORCPT ); Fri, 11 May 2012 02:15:00 -0400 Received: from mail-we0-f174.google.com ([74.125.82.174]:33614 "EHLO mail-we0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756257Ab2EKGO6 (ORCPT ); Fri, 11 May 2012 02:14:58 -0400 Date: Fri, 11 May 2012 08:14:52 +0200 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Arun Sharma , Corey Ashford , Cyrill Gorcunov , David Ahern , "Frank C. Eigler" , Frederic Weisbecker , Jiri Olsa , Masami Hiramatsu , Mike Galbraith , Namhyung Kim , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Robert Richter , Stephane Eranian , Tom Zanussi , Ulrich Drepper , Arnaldo Carvalho de Melo , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 00/16] perf/core fixes and improvements Message-ID: <20120511061452.GA7955@gmail.com> References: <1336670265-20401-1-git-send-email-acme@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1336670265-20401-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 Content-Length: 3421 Lines: 86 * Arnaldo Carvalho de Melo wrote: > Hi Ingo, > > This is on top of a 15 patches long series still outstanding on my > perf/core branch, please consider pulling, > > - Arnaldo > > The following changes since commit dc41b9b8f02dbe2228ae787d525dac43beebb7fa: > > perf ui: Change fallback policy of setup_browser() (2012-05-02 16:17:37 -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 5a5626b1b4bf8467891c9297ffda979db97ed5ec: > > perf hists browser: Use '/' for search/filter instead of 's' (2012-05-10 13:07:59 -0300) > > ---------------------------------------------------------------- > Fixes and improvements for perf/core: > > . perf_target: abstraction for --uid, --pid, --tid, --cpu, --all-cpus handling, > eliminating code duplicated in the tools, having constraints that apply to > all of them, from Namhyung Kim > > . Fixes for handling fallback to cpu-clock on PPC, from David Ahern > > . Fix for processing events with unknown size, from Jiri Olsa > > . Compilation fix on 32-bit, from Jiri Olsa > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Arnaldo Carvalho de Melo (3): > perf top: Set target.system_wide > perf top: Default to system wide using perf_target methods > perf hists browser: Use '/' for search/filter instead of 's' > > David Ahern (5): > perf record: Fix fallback to cpu-clock on ppc > perf stat: handle ENXIO error for perf_event_open > perf top: Update event name when falling back to cpu-clock > perf record: Reset event name when falling back to cpu-clock > perf annotate: shorten helpline so it fits in visible space > > Jiri Olsa (2): > perf session: Fail on processing event with unknown size > perf report: Fix format string for x86-32 compilation > > Namhyung Kim (6): > perf evlist: Fix creation of cpu map > perf target: Introduce perf_target_errno > perf target: Introduce perf_target__parse_uid() > perf tools: Introduce perf_target__strerror() > perf target: Consolidate target task/cpu checking > perf stat: Use perf_evlist__create_maps > > tools/perf/builtin-record.c | 36 ++++++++--- > tools/perf/builtin-report.c | 2 +- > tools/perf/builtin-stat.c | 41 +++++++------ > tools/perf/builtin-top.c | 29 +++++++-- > tools/perf/ui/browsers/annotate.c | 6 +- > tools/perf/ui/browsers/hists.c | 4 +- > tools/perf/util/debug.c | 1 + > tools/perf/util/evlist.c | 9 ++- > tools/perf/util/evsel.c | 8 +-- > tools/perf/util/session.c | 30 +++------- > tools/perf/util/target.c | 119 +++++++++++++++++++++++++++++++++---- > tools/perf/util/target.h | 48 ++++++++++++++- > tools/perf/util/usage.c | 31 ---------- > tools/perf/util/util.h | 3 - > 14 files changed, 250 insertions(+), 117 deletions(-) Pulled, thanks Arnaldo! Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/