Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756548Ab3GDLMi (ORCPT ); Thu, 4 Jul 2013 07:12:38 -0400 Received: from szxga03-in.huawei.com ([119.145.14.66]:63257 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752984Ab3GDLMh (ORCPT ); Thu, 4 Jul 2013 07:12:37 -0400 Message-ID: <51D556A7.30302@huawei.com> Date: Thu, 4 Jul 2013 19:04:07 +0800 From: "zhangwei(Jovi)" User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Steven Rostedt , Oleg Nesterov , Masami Hiramatsu CC: Frederic Weisbecker , Srikar Dronamraju , Ingo Molnar , "linux-kernel@vger.kernel.org" , Namhyung Kim Subject: [PATCH 0/2 v6] tracing/uprobes: Support multibuffer and soft-mode disabling Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.66.58.241] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1436 Lines: 40 This is sixth version of uprobes-based dynamic events multibuffer and soft-mode disabling support work. v5 -> v6: - change list_for_each_entry to list_for_each_entry_rcu in uprobe_trace_func and uretprobe_trace_func, found by Namhyung Kim. v4-> v5 (suggested by Oleg and Masami): - code simply in probe_event_enable - use list_del to replace list_del_rcu in probe_event_enable - don't remove is_trace_uprobe_enabled() checking in probe_event_disable (I will check this later to figure out is it safe to remove that checking) v3 -> v4: - use "bool enabled = is_trace_uprobe_enabled(tu);", suggested by Oleg. - use list_add_tail_rcu instead of list_add_rcu, suggested by Masami. - fix the error handling in probe_event_enable, found by Srikar. v3: - separate soft-mode disabling patch from multibuffer support patch. - fix some comments - coding style trivial change - fix flags race in probe_event_disable zhangwei(Jovi) (2): tracing/uprobes: Support ftrace_event_file base multibuffer tracing/uprobes: Support soft-mode disabling kernel/trace/trace_uprobe.c | 122 ++++++++++++++++++++++++++++++++++++------- 1 file changed, 103 insertions(+), 19 deletions(-) -- 1.7.9.7 -- 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/