Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756895AbZINUrP (ORCPT ); Mon, 14 Sep 2009 16:47:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756796AbZINUrP (ORCPT ); Mon, 14 Sep 2009 16:47:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59095 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756795AbZINUrO (ORCPT ); Mon, 14 Sep 2009 16:47:14 -0400 From: Masami Hiramatsu Subject: [PATCH tracing/kprobes 0/6] tracing/kprobes: kprobe-based event tracer update and perf support 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: Mon, 14 Sep 2009 16:48:47 -0400 Message-ID: <20090914204847.18779.69409.stgit@dhcp-100-2-132.bos.redhat.com> 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: 1373 Lines: 42 Hi, Here are bugfixes for kprobe-based event tracer. Thank you for review and reporting bugs! I fixed it. And also I decided to disable kprobe event when defining, since the events outputs may suddenly mess up the ftrace ring_buffer. Frederic, could you see the patch 4/6? which is what I said on the previous threads. Thank you, --- Masami Hiramatsu (6): tracing/kprobes: Disable kprobe events by default tracing/kprobes: Fix profiling alignment for perf_counter buffer tracing/kprobes: Add probe handler dispatcher for support perf and ftrace ftrace: Fix trace_remove_event_call() to lock trace_event_mutex ftrace: Fix trace_add_event_call() to initialize list tracing/kprobes: Fix trace_probe registration order Documentation/trace/kprobetrace.txt | 11 ++- kernel/trace/trace_events.c | 11 ++- kernel/trace/trace_kprobe.c | 146 +++++++++++++++++++++++------------ 3 files changed, 114 insertions(+), 54 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/