Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757372Ab2JZIcr (ORCPT ); Fri, 26 Oct 2012 04:32:47 -0400 Received: from mail-we0-f174.google.com ([74.125.82.174]:41710 "EHLO mail-we0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757283Ab2JZIcn (ORCPT ); Fri, 26 Oct 2012 04:32:43 -0400 Date: Fri, 26 Oct 2012 10:32:38 +0200 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, David Ahern , Frederic Weisbecker , Jiri Olsa , Mike Galbraith , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Stephane Eranian , Thomas Gleixner , arnaldo.melo@gmail.com, Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/3] perf/core trace improvements Message-ID: <20121026083238.GB27378@gmail.com> References: <1351194465-29083-1-git-send-email-acme@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1351194465-29083-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: 2134 Lines: 55 * Arnaldo Carvalho de Melo wrote: > Hi Ingo, > > Please consider pulling, got sidetracked today with some other stuff, > but made progress on reviewing the group patches from Namhyung that Jiri uses > for that PERF_SAMPLE_READ patchset. > > - Arnaldo > > The following changes since commit 6ca2a9c6543dd1a307c0250991d4de93550209ce: > > Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core (2012-10-25 09:42:03 +0200) > > 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 1302d88e66f12a7b46a5598e641d93f0713007e0: > > perf trace: Use sched:sched_stat_runtime to provide a thread summary (2012-10-25 10:57:43 -0200) > > ---------------------------------------------------------------- > perf/core trace improvements: > > . Don't stop synthesizing threads when one vanishes, this is for > the existing threads when we start a tool like trace. > > . Use sched:sched_stat_runtime to provide a thread summary, this > produces the same output as the 'trace summary' subcommand of > tglx's original "trace" tool. > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Arnaldo Carvalho de Melo (3): > perf tools: Don't stop synthesizing threads when one vanishes > perf trace: Count number of events for each thread and globally > perf trace: Use sched:sched_stat_runtime to provide a thread summary > > tools/perf/Documentation/perf-trace.txt | 3 + > tools/perf/builtin-trace.c | 108 +++++++++++++++++++++++++++++-- > tools/perf/util/event.c | 13 ++-- > 3 files changed, 110 insertions(+), 14 deletions(-) Pulled, thanks a lot 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/