Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752050AbZIYSSg (ORCPT ); Fri, 25 Sep 2009 14:18:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751871AbZIYSSf (ORCPT ); Fri, 25 Sep 2009 14:18:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34453 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751585AbZIYSSf (ORCPT ); Fri, 25 Sep 2009 14:18:35 -0400 From: Masami Hiramatsu Subject: [PATCH tracing/kprobes 0/3] tracing/kprobes: kprobe-tracer updates To: Frederic Weisbecker , Steven Rostedt , Ingo Molnar , lkml Cc: Ananth N Mavinakayanahalli , Andi Kleen , Christoph Hellwig , "Frank Ch. Eigler" , "H. Peter Anvin" , Jason Baron , Jim Keniston , "K.Prasad" , Lai Jiangshan , Li Zefan , Peter Zijlstra , Srikar Dronamraju , Tom Zanussi , systemtap , DLE Date: Fri, 25 Sep 2009 11:19:52 -0700 Message-ID: <20090925181952.10157.9975.stgit@omoto> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1334 Lines: 42 Hi Frederic, Here is a few updates for kprobe-tracer which fix reported bugs and is for catching up the latest ftrace. - Use dynamic percpu profiling buffer patch is for catching up the latest ftrace change. - Checking the result of create_event_dir() patch improves ftrace code pointed by Li Zefan (thanks!). - Add VIA instructions to x86 insn decoder patch fixes decoding bug reported by Ingo Molnar (thanks!). Soon after this series, I'll send perf-kprobe patch series. Thank you, --- Masami Hiramatsu (3): tracing/ftrace: Fix to check create_event_dir() when adding new events x86: Add VIA processor instructions tracing/kprobes: Use global event profile buffer in kprobe tracer arch/x86/lib/x86-opcode-map.txt | 8 ++- kernel/trace/trace_events.c | 29 +++++++--- kernel/trace/trace_kprobe.c | 115 +++++++++++++++++++++++++-------------- 3 files changed, 101 insertions(+), 51 deletions(-) -- Masami Hiramatsu Software Engineer Hitachi Computer Products (America), Inc. Software Solutions Division e-mail: mhiramat@redhat.com -- 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/