Re: [for-next][PATCH 9/9] tracing: Update debugfs README file

2013-03-20 Thread Steven Rostedt
Here's the new version of the patch. The diff between versions is: diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c index 83ad596..829b2be 100644 --- a/kernel/trace/trace.c +++ b/kernel/trace/trace.c @@ -3311,7 +3311,7 @@ static const char readme_msg[] = " buffer_size_kb\t- view

Re: [for-next][PATCH 9/9] tracing: Update debugfs README file

2013-03-18 Thread Steven Rostedt
On Mon, 2013-03-18 at 18:03 +0900, Keun-O Park wrote: > >> +#endif > >> +#ifdef CONFIG_TRACER_SNAPSHOT > >> + "\n snashot\t\t- Like 'trace' but shows the content of the static > >> snapshot buffer\n" > >> + "\t\t\t Read the contents for more infromation\n" > >> +#endif > > There're two

Re: [for-next][PATCH 9/9] tracing: Update debugfs README file

2013-03-18 Thread Steven Rostedt
On Mon, 2013-03-18 at 17:22 +0900, Namhyung Kim wrote: > > + " example: echo do_fault:traceoff > set_ftrace_filter\n" > > + " echo do_trap:traceoff:3 > set_ftrace_filter\n" > > + " The first one will disable tracing everytime do_fault is > > hit\

Re: [for-next][PATCH 9/9] tracing: Update debugfs README file

2013-03-18 Thread Keun-O Park
On Mon, Mar 18, 2013 at 5:22 PM, Namhyung Kim wrote: > Hi Steve, > > On Fri, 15 Mar 2013 23:24:21 -0400, Steven Rostedt wrote: >> From: "Steven Rostedt (Red Hat)" >> >> Update the README file in debugfs/tracing to something more useful. >> What's currently in the file is very old and what it show

Re: [for-next][PATCH 9/9] tracing: Update debugfs README file

2013-03-18 Thread Namhyung Kim
Hi Steve, On Fri, 15 Mar 2013 23:24:21 -0400, Steven Rostedt wrote: > From: "Steven Rostedt (Red Hat)" > > Update the README file in debugfs/tracing to something more useful. > What's currently in the file is very old and what it shows doesn't > have much use. Heck, it tells you how to mount debu