Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965839AbbBDKmQ (ORCPT ); Wed, 4 Feb 2015 05:42:16 -0500 Received: from mail9.hitachi.co.jp ([133.145.228.44]:59129 "EHLO mail9.hitachi.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933450AbbBDKmM (ORCPT ); Wed, 4 Feb 2015 05:42:12 -0500 Message-ID: <54D1F77B.5060009@hitachi.com> Date: Wed, 04 Feb 2015 19:42:03 +0900 From: Masami Hiramatsu Organization: Hitachi, Ltd., Japan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: Wang Long Cc: corbet@lwn.net, davem@davemloft.net, anil.s.keshavamurthy@intel.com, ananth@in.ibm.com, peifeiyue@huawei.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Ingo Molnar , Ingo Molnar Subject: Re: [PATCH] Documentation: add description for FTRACE probe status References: <1423043038-147028-1-git-send-email-long.wanglong@huawei.com> In-Reply-To: <1423043038-147028-1-git-send-email-long.wanglong@huawei.com> Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1532 Lines: 46 (2015/02/04 18:43), Wang Long wrote: > Now kprobe status have four flags, so kprobes.txt > should reflect all of them. Yes, it has been introduced by commit ae6aa16fdc163afe6b04b6c073ad4ddd4663c03b > > Signed-off-by: Wang Long Acked-by: Masami Hiramatsu Thank you! > --- > Documentation/kprobes.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/kprobes.txt b/Documentation/kprobes.txt > index 4227ec2..1488b65 100644 > --- a/Documentation/kprobes.txt > +++ b/Documentation/kprobes.txt > @@ -702,7 +702,8 @@ a virtual address that is no longer valid (module init sections, module > virtual addresses that correspond to modules that've been unloaded), > such probes are marked with [GONE]. If the probe is temporarily disabled, > such probes are marked with [DISABLED]. If the probe is optimized, it is > -marked with [OPTIMIZED]. > +marked with [OPTIMIZED]. If the probe is ftrace-based, it is marked with > +[FTRACE]. > > /sys/kernel/debug/kprobes/enabled: Turn kprobes ON/OFF forcibly. > > -- Masami HIRAMATSU Software Platform Research Dept. Linux Technology Research Center Hitachi, Ltd., Yokohama Research Laboratory E-mail: masami.hiramatsu.pt@hitachi.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/