Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753940Ab1BGPBF (ORCPT ); Mon, 7 Feb 2011 10:01:05 -0500 Received: from casper.infradead.org ([85.118.1.10]:39155 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753902Ab1BGPBD (ORCPT ); Mon, 7 Feb 2011 10:01:03 -0500 From: Arnaldo Carvalho de Melo To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , 2nddept-manager@sdl.hitachi.co.jp, Borislav Petkov , Denis Kirjanov , Franck Bui-Huu , Frederic Weisbecker , "H . Peter Anvin" , Ingo Molnar , Kyle McMartin , Masami Hiramatsu , Michael Witten , Mike Galbraith , Paul Mackerras , Peter Zijlstra , Srikar Dronamraju , Stephane Eranian , Steven Rostedt , Thomas Gleixner , Tom Zanussi , Arnaldo Carvalho de Melo Subject: [PATCH 0/9] perf/core improvements and fixes Date: Mon, 7 Feb 2011 13:00:03 -0200 Message-Id: <1297090812-10782-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 Content-Length: 1947 Lines: 53 Hi Ingo, Please consider pulling from: git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf/core Regards, - Arnaldo Borislav Petkov (1): perf annotate: Fix build error Denis Kirjanov (1): perf top: Use pid_t for target_{pid|tid} Franck Bui-Huu (1): perf probe: Rewrite find_lazy_match_lines() by using getline(3) Kyle McMartin (1): perf tool: Fix gcc 4.6.0 issues Masami Hiramatsu (4): tracing/kprobes: Cleanup strict_strtol() using code tracing/kprobes: Support longer (>128 bytes) command tracing/kprobes: Add bitfield type perf probe: Add bitfield member support Michael Witten (1): perf tools: Makefile: Use $(QUIET_GEN) for perf.so Documentation/trace/kprobetrace.txt | 16 ++- kernel/trace/trace_kprobe.c | 111 +++++++++++++- tools/perf/Makefile | 2 +- tools/perf/bench/sched-pipe.c | 2 +- tools/perf/builtin-sched.c | 12 +- tools/perf/builtin-top.c | 2 +- tools/perf/util/annotate.c | 3 - tools/perf/util/annotate.h | 2 +- tools/perf/util/header.c | 2 +- tools/perf/util/probe-finder.c | 165 +++++++++++-------- .../util/scripting-engines/trace-event-python.c | 3 +- tools/perf/util/symbol.c | 4 +- tools/perf/util/top.h | 4 +- tools/perf/util/trace-event-parse.c | 2 +- tools/perf/util/ui/browsers/map.c | 2 +- 15 files changed, 231 insertions(+), 101 deletions(-) -- 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/