Re: [for-next-3.11][PATCH 4/4] tracing: Fix reset of time stamps during trace_clock changes

2013-08-11 Thread Greg Kroah-Hartman
On Thu, Aug 08, 2013 at 12:12:06PM -0400, Steven Rostedt wrote: > Greg, > > I'm testing the backports, and I found that this patch depends on commit > 10246fa35d4ffdfe472185d4cbf9c2dfd9a9f023 "tracing: Use flag > buffer_disabled for irqsoff tracer" > > Please add that to 3.10 before applying

Re: [for-next-3.11][PATCH 4/4] tracing: Fix reset of time stamps during trace_clock changes

2013-08-11 Thread Greg Kroah-Hartman
On Thu, Aug 08, 2013 at 12:12:06PM -0400, Steven Rostedt wrote: Greg, I'm testing the backports, and I found that this patch depends on commit 10246fa35d4ffdfe472185d4cbf9c2dfd9a9f023 tracing: Use flag buffer_disabled for irqsoff tracer Please add that to 3.10 before applying this fix.

Re: [for-next-3.11][PATCH 4/4] tracing: Fix reset of time stamps during trace_clock changes

2013-08-08 Thread Steven Rostedt
Greg, I'm testing the backports, and I found that this patch depends on commit 10246fa35d4ffdfe472185d4cbf9c2dfd9a9f023 "tracing: Use flag buffer_disabled for irqsoff tracer" Please add that to 3.10 before applying this fix. Thanks! -- Steve On Sat, 2013-08-03 at 08:49 -0400, Steven Rostedt

Re: [for-next-3.11][PATCH 4/4] tracing: Fix reset of time stamps during trace_clock changes

2013-08-08 Thread Steven Rostedt
Greg, I'm testing the backports, and I found that this patch depends on commit 10246fa35d4ffdfe472185d4cbf9c2dfd9a9f023 tracing: Use flag buffer_disabled for irqsoff tracer Please add that to 3.10 before applying this fix. Thanks! -- Steve On Sat, 2013-08-03 at 08:49 -0400, Steven Rostedt

[for-next-3.11][PATCH 4/4] tracing: Fix reset of time stamps during trace_clock changes

2013-08-03 Thread Steven Rostedt
From: Alexander Z Lam Fixed two issues with changing the timestamp clock with trace_clock: - The global buffer was reset on instance clock changes. Change this to pass the correct per-instance buffer - ftrace_now() is used to set buf->time_start in tracing_reset_online_cpus(). This was

[for-next-3.11][PATCH 4/4] tracing: Fix reset of time stamps during trace_clock changes

2013-08-03 Thread Steven Rostedt
From: Alexander Z Lam a...@google.com Fixed two issues with changing the timestamp clock with trace_clock: - The global buffer was reset on instance clock changes. Change this to pass the correct per-instance buffer - ftrace_now() is used to set buf-time_start in