Re: [PATCH v3 26/33] tracing: Add cpu field for hist triggers

2017-10-04 Thread Steven Rostedt
On Wed, 04 Oct 2017 14:21:35 -0500 Tom Zanussi wrote: > Hi Steve, > > On Wed, 2017-10-04 at 14:12 -0400, Steven Rostedt wrote: > > On Fri, 22 Sep 2017 15:00:06 -0500 > > Tom Zanussi wrote: > > > > > A common key to use in a histogram

Re: [PATCH v3 26/33] tracing: Add cpu field for hist triggers

2017-10-04 Thread Steven Rostedt
On Wed, 04 Oct 2017 14:21:35 -0500 Tom Zanussi wrote: > Hi Steve, > > On Wed, 2017-10-04 at 14:12 -0400, Steven Rostedt wrote: > > On Fri, 22 Sep 2017 15:00:06 -0500 > > Tom Zanussi wrote: > > > > > A common key to use in a histogram is the cpuid - add a new cpu > > > 'synthetic' field for

Re: [PATCH v3 26/33] tracing: Add cpu field for hist triggers

2017-10-04 Thread Tom Zanussi
Hi Steve, On Wed, 2017-10-04 at 14:12 -0400, Steven Rostedt wrote: > On Fri, 22 Sep 2017 15:00:06 -0500 > Tom Zanussi wrote: > > > A common key to use in a histogram is the cpuid - add a new cpu > > 'synthetic' field for that purpose. This field is named cpu rather

Re: [PATCH v3 26/33] tracing: Add cpu field for hist triggers

2017-10-04 Thread Tom Zanussi
Hi Steve, On Wed, 2017-10-04 at 14:12 -0400, Steven Rostedt wrote: > On Fri, 22 Sep 2017 15:00:06 -0500 > Tom Zanussi wrote: > > > A common key to use in a histogram is the cpuid - add a new cpu > > 'synthetic' field for that purpose. This field is named cpu rather > > than $cpu or $common_cpu

Re: [PATCH v3 26/33] tracing: Add cpu field for hist triggers

2017-10-04 Thread Steven Rostedt
On Fri, 22 Sep 2017 15:00:06 -0500 Tom Zanussi wrote: > A common key to use in a histogram is the cpuid - add a new cpu > 'synthetic' field for that purpose. This field is named cpu rather > than $cpu or $common_cpu because 'cpu' already exists as a special > filter

Re: [PATCH v3 26/33] tracing: Add cpu field for hist triggers

2017-10-04 Thread Steven Rostedt
On Fri, 22 Sep 2017 15:00:06 -0500 Tom Zanussi wrote: > A common key to use in a histogram is the cpuid - add a new cpu > 'synthetic' field for that purpose. This field is named cpu rather > than $cpu or $common_cpu because 'cpu' already exists as a special > filter field and it makes more

[PATCH v3 26/33] tracing: Add cpu field for hist triggers

2017-09-22 Thread Tom Zanussi
A common key to use in a histogram is the cpuid - add a new cpu 'synthetic' field for that purpose. This field is named cpu rather than $cpu or $common_cpu because 'cpu' already exists as a special filter field and it makes more sense to match that rather than add another name for the same thing.

[PATCH v3 26/33] tracing: Add cpu field for hist triggers

2017-09-22 Thread Tom Zanussi
A common key to use in a histogram is the cpuid - add a new cpu 'synthetic' field for that purpose. This field is named cpu rather than $cpu or $common_cpu because 'cpu' already exists as a special filter field and it makes more sense to match that rather than add another name for the same thing.