Re: [PATCH v6 27/37] tracing: Add 'onmax' hist trigger action support

2017-11-29 Thread Tom Zanussi
Hi Namhyung, Sorry for the delayed response - was out on vacation.. On Thu, 2017-11-23 at 14:09 +0900, Namhyung Kim wrote: > On Fri, Nov 17, 2017 at 02:33:06PM -0600, Tom Zanussi wrote: > > Add an 'onmax(var).save(field,...)' hist trigger action which is > > invoked whenever an event exceeds the

Re: [PATCH v6 27/37] tracing: Add 'onmax' hist trigger action support

2017-11-29 Thread Tom Zanussi
Hi Namhyung, Sorry for the delayed response - was out on vacation.. On Thu, 2017-11-23 at 14:09 +0900, Namhyung Kim wrote: > On Fri, Nov 17, 2017 at 02:33:06PM -0600, Tom Zanussi wrote: > > Add an 'onmax(var).save(field,...)' hist trigger action which is > > invoked whenever an event exceeds the

Re: [PATCH v6 27/37] tracing: Add 'onmax' hist trigger action support

2017-11-22 Thread Namhyung Kim
On Fri, Nov 17, 2017 at 02:33:06PM -0600, Tom Zanussi wrote: > Add an 'onmax(var).save(field,...)' hist trigger action which is > invoked whenever an event exceeds the current maximum. > > The end result is that the trace event fields or variables specified > as the onmax.save() params will be

Re: [PATCH v6 27/37] tracing: Add 'onmax' hist trigger action support

2017-11-22 Thread Namhyung Kim
On Fri, Nov 17, 2017 at 02:33:06PM -0600, Tom Zanussi wrote: > Add an 'onmax(var).save(field,...)' hist trigger action which is > invoked whenever an event exceeds the current maximum. > > The end result is that the trace event fields or variables specified > as the onmax.save() params will be

[PATCH v6 27/37] tracing: Add 'onmax' hist trigger action support

2017-11-17 Thread Tom Zanussi
Add an 'onmax(var).save(field,...)' hist trigger action which is invoked whenever an event exceeds the current maximum. The end result is that the trace event fields or variables specified as the onmax.save() params will be saved if 'var' exceeds the current maximum for that hist trigger entry.

[PATCH v6 27/37] tracing: Add 'onmax' hist trigger action support

2017-11-17 Thread Tom Zanussi
Add an 'onmax(var).save(field,...)' hist trigger action which is invoked whenever an event exceeds the current maximum. The end result is that the trace event fields or variables specified as the onmax.save() params will be saved if 'var' exceeds the current maximum for that hist trigger entry.