From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758532Ab0JWU3M (ORCPT ); Sat, 23 Oct 2010 16:29:12 -0400 Received: from casper.infradead.org ([85.118.1.10]:58099 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758644Ab0JWU2v (ORCPT ); Sat, 23 Oct 2010 16:28:51 -0400 From: Arnaldo Carvalho de Melo To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Ben Hutchings , Frederic Weisbecker , Ingo Molnar , Masami Hiramatsu , Mike Galbraith , Paul Mackerras , Peter Zijlstra , Robert Richter , Sonny Rao , Stephane Eranian Subject: [GIT PULL 0/5] perf/core improvements and fixes Date: Sat, 23 Oct 2010 18:28:19 -0200 Message-Id: <1287865704-3880-1-git-send-email-acme@infradead.org> X-Mailer: git-send-email 1.6.2.5 X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ingo, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf/core Regards, - Arnaldo Arnaldo Carvalho de Melo (2): perf tools: Remove direct slang.h include perf probe: Fix format specified for Dwarf_Off parameter Ben Hutchings (2): perf trace: Use $PERF_EXEC_PATH in canned report scripts perf trace: Fix detection of script extension Sonny Rao (1): perf tools: Document event modifiers tools/perf/Documentation/perf-list.txt | 17 +++++++++++++++++ tools/perf/builtin-trace.c | 8 ++++---- tools/perf/scripts/perl/bin/failed-syscalls-report | 2 +- tools/perf/scripts/perl/bin/rw-by-file-report | 2 +- tools/perf/scripts/perl/bin/rw-by-pid-report | 2 +- tools/perf/scripts/perl/bin/rwtop-report | 2 +- tools/perf/scripts/perl/bin/wakeup-latency-report | 2 +- tools/perf/scripts/perl/bin/workqueue-stats-report | 2 +- .../python/bin/failed-syscalls-by-pid-report | 2 +- tools/perf/scripts/python/bin/netdev-times-report | 2 +- .../perf/scripts/python/bin/sched-migration-report | 2 +- tools/perf/scripts/python/bin/sctop-report | 2 +- .../python/bin/syscall-counts-by-pid-report | 2 +- .../perf/scripts/python/bin/syscall-counts-report | 2 +- tools/perf/util/probe-finder.c | 3 ++- tools/perf/util/ui/browser.c | 1 - 16 files changed, 35 insertions(+), 18 deletions(-)