Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752039Ab0AYDFw (ORCPT ); Sun, 24 Jan 2010 22:05:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751466Ab0AYDFv (ORCPT ); Sun, 24 Jan 2010 22:05:51 -0500 Received: from cn.fujitsu.com ([222.73.24.84]:65370 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751492Ab0AYDFt (ORCPT ); Sun, 24 Jan 2010 22:05:49 -0500 Message-ID: <4B5D0AC8.5060307@cn.fujitsu.com> Date: Mon, 25 Jan 2010 11:06:48 +0800 From: Yang Hongyang User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Ingo Molnar , fweisbec@gmail.com, rostedt@goodmis.org, linux-kernel@vger.kernel.org Subject: [PATCH]ftrace:fix a typo in ftrace.txt 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: 992 Lines: 33 'echo ftrace' no longer supported in current kernel, use 'echo function' instead. Signed-off-by: Yang Hongyang --- Documentation/trace/ftrace.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/trace/ftrace.txt b/Documentation/trace/ftrace.txt index 8179692..bab3040 100644 --- a/Documentation/trace/ftrace.txt +++ b/Documentation/trace/ftrace.txt @@ -1625,7 +1625,7 @@ If I am only interested in sys_nanosleep and hrtimer_interrupt: # echo sys_nanosleep hrtimer_interrupt \ > set_ftrace_filter - # echo ftrace > current_tracer + # echo function > current_tracer # echo 1 > tracing_enabled # usleep 1 # echo 0 > tracing_enabled -- 1.6.5.2 -- Regards Yang Hongyang -- 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/