Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754453AbYK1G4U (ORCPT ); Fri, 28 Nov 2008 01:56:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753063AbYK1Gzr (ORCPT ); Fri, 28 Nov 2008 01:55:47 -0500 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.123]:50117 "EHLO hrndva-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752959AbYK1Gzr (ORCPT ); Fri, 28 Nov 2008 01:55:47 -0500 Date: Fri, 28 Nov 2008 01:55:43 -0500 (EST) From: Steven Rostedt X-X-Sender: rostedt@gandalf.stny.rr.com To: walimis cc: Ingo Molnar , linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] ftrace: improve document In-Reply-To: <1227846079-9197-1-git-send-email-walimisdev@gmail.com> Message-ID: References: <1227846079-9197-1-git-send-email-walimisdev@gmail.com> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1582 Lines: 51 On Fri, 28 Nov 2008, walimis wrote: > > Signed-off-by: walimis > Reviewed-by: Ingo Molnar > Reviewed-by: Steven Rostedt Acked-by: Steven Rostedt -- Steve > --- > Documentation/ftrace.txt | 8 ++++++-- > 1 files changed, 6 insertions(+), 2 deletions(-) > > diff --git a/Documentation/ftrace.txt b/Documentation/ftrace.txt > index de05042..803b131 100644 > --- a/Documentation/ftrace.txt > +++ b/Documentation/ftrace.txt > @@ -1251,7 +1251,11 @@ These are the only wild cards which are supported. > > * will not work. > > - # echo hrtimer_* > /debug/tracing/set_ftrace_filter > +Note: It is better to use quotes to enclose the wild cards, otherwise > + the shell may expand the parameters into names of files in the local > + directory. > + > + # echo 'hrtimer_*' > /debug/tracing/set_ftrace_filter > > Produces: > > @@ -1306,7 +1310,7 @@ Again, now we want to append. > # echo sys_nanosleep > /debug/tracing/set_ftrace_filter > # cat /debug/tracing/set_ftrace_filter > sys_nanosleep > - # echo hrtimer_* >> /debug/tracing/set_ftrace_filter > + # echo 'hrtimer_*' >> /debug/tracing/set_ftrace_filter > # cat /debug/tracing/set_ftrace_filter > hrtimer_run_queues > hrtimer_run_pending > -- > 1.6.0.3 > > > -- 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/