Re: [PATCH] tracing: Allow instances to have independent trace flags/trace options.

2014-03-06 Thread Steven Rostedt
On Fri, 14 Feb 2014 15:30:54 -0800 Bharath Ravi wrote: > Hi Steven, > > What are your thoughts on this patch? Ouch, I didn't mean to ignore you for so long. You should have pinged again. Yeah, I know you pinged twice, but I was hacking away at other things and even marked this email as

Re: [PATCH] tracing: Allow instances to have independent trace flags/trace options.

2014-03-06 Thread Steven Rostedt
On Fri, 14 Feb 2014 15:30:54 -0800 Bharath Ravi rbhar...@google.com wrote: Hi Steven, What are your thoughts on this patch? Ouch, I didn't mean to ignore you for so long. You should have pinged again. Yeah, I know you pinged twice, but I was hacking away at other things and even marked this

Re: [PATCH] tracing: Allow instances to have independent trace flags/trace options.

2014-02-14 Thread Bharath Ravi
Hi Steven, What are your thoughts on this patch? -- Bharath Ravi | rbhar...@google.com On Thu, Jan 23, 2014 at 11:46 AM, Bharath Ravi wrote: > Hi Steven, > > This patch allows instances to have their own independent trace > options (as opposed to the current globally shared trace options) > >

Re: [PATCH] tracing: Allow instances to have independent trace flags/trace options.

2014-02-14 Thread Bharath Ravi
Hi Steven, What are your thoughts on this patch? -- Bharath Ravi | rbhar...@google.com On Thu, Jan 23, 2014 at 11:46 AM, Bharath Ravi rbhar...@google.com wrote: Hi Steven, This patch allows instances to have their own independent trace options (as opposed to the current globally shared

Re: [PATCH] tracing: Allow instances to have independent trace flags/trace options.

2014-01-23 Thread Bharath Ravi
Hi Steven, This patch allows instances to have their own independent trace options (as opposed to the current globally shared trace options) Does this look like a reasonable change? Bharath Ravi | rbhar...@google.com On Fri, Nov 22, 2013 at 10:51 AM, Bharath Ravi wrote: > Currently, the

Re: [PATCH] tracing: Allow instances to have independent trace flags/trace options.

2014-01-23 Thread Bharath Ravi
Hi Steven, This patch allows instances to have their own independent trace options (as opposed to the current globally shared trace options) Does this look like a reasonable change? Bharath Ravi | rbhar...@google.com On Fri, Nov 22, 2013 at 10:51 AM, Bharath Ravi rbhar...@google.com wrote:

[PATCH] tracing: Allow instances to have independent trace flags/trace options.

2013-11-22 Thread Bharath Ravi
Currently, the trace options are global, and shared among all instances. This change divides the set of trace options into global options and instance specific options. Instance specific options may be set independently by an instance without affecting either the global tracer or other instances.

[PATCH] tracing: Allow instances to have independent trace flags/trace options.

2013-11-22 Thread Bharath Ravi
Currently, the trace options are global, and shared among all instances. This change divides the set of trace options into global options and instance specific options. Instance specific options may be set independently by an instance without affecting either the global tracer or other instances.