Re: [PATCH] ftrace: correct the counter increment for trace_buffer data

2015-06-22 Thread Steven Rostedt
On Mon, 22 Jun 2015 16:55:06 +0530 Umesh Tiwari wrote: > In ftrace_dump, for disabling buffer, iter.tr->trace_buffer.data is used. > But for enabling, iter.trace_buffer->data is used. > Even though, both point to same buffer, for readability, same convention > should be used. Thanks for the two

[PATCH] ftrace: correct the counter increment for trace_buffer data

2015-06-22 Thread Umesh Tiwari
In ftrace_dump, for disabling buffer, iter.tr->trace_buffer.data is used. But for enabling, iter.trace_buffer->data is used. Even though, both point to same buffer, for readability, same convention should be used. Signed-off-by: Umesh Tiwari --- kernel/trace/trace.c |2 +- 1 file changed, 1