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
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
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\
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
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
5 matches
Mail list logo