[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.1.10.0811280155140.7113@gandalf.stny.rr.com>
Date: Fri, 28 Nov 2008 01:55:43 -0500 (EST)
From: Steven Rostedt <rostedt@...dmis.org>
To: walimis <walimisdev@...il.com>
cc: Ingo Molnar <mingo@...e.hu>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/1] ftrace: improve document
On Fri, 28 Nov 2008, walimis wrote:
>
> Signed-off-by: walimis <walimisdev@...il.com>
> Reviewed-by: Ingo Molnar <mingo@...e.hu>
> Reviewed-by: Steven Rostedt <srostedt@...hat.com>
Acked-by: Steven Rostedt <srostedt@...hat.com>
-- 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.
>
> <match>*<match> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists