Re: [PATCH v2 28/40] tracing: Add support for 'field variables'

2017-09-08 Thread Tom Zanussi
On Thu, 2017-09-07 at 19:43 -0400, Steven Rostedt wrote: > On Tue, 5 Sep 2017 16:57:40 -0500 > Tom Zanussi wrote: > > > Users should be able to directly specify event fields in hist trigger > > 'actions' rather than being forced to explicitly create a variable for > > that purpose. > > > > Add

Re: [PATCH v2 28/40] tracing: Add support for 'field variables'

2017-09-07 Thread Steven Rostedt
On Tue, 5 Sep 2017 16:57:40 -0500 Tom Zanussi wrote: > Users should be able to directly specify event fields in hist trigger > 'actions' rather than being forced to explicitly create a variable for > that purpose. > > Add support allowing fields to be used directly in actions, which > essential

[PATCH v2 28/40] tracing: Add support for 'field variables'

2017-09-05 Thread Tom Zanussi
Users should be able to directly specify event fields in hist trigger 'actions' rather than being forced to explicitly create a variable for that purpose. Add support allowing fields to be used directly in actions, which essentially does just that - creates 'invisible' variables for each bare fiel